Skip to content

Commit

Permalink
Update proton-j and qpid-proton-j-extensions (#22081)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jun 5, 2021
1 parent 4ad676f commit 96e8d62
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ com.microsoft.azure:azure-keyvault-cryptography;1.2.2
com.microsoft.azure:azure-media;0.9.8
com.microsoft.azure:azure-servicebus;3.6.1
com.microsoft.azure:azure-servicebus-jms;0.0.7
com.microsoft.azure:qpid-proton-j-extensions;1.2.3
com.microsoft.azure:qpid-proton-j-extensions;1.2.4
com.microsoft.azure.sdk.iot:iot-service-client;1.28.0
com.microsoft.rest:client-runtime;1.7.4
com.microsoft.rest.v2:client-runtime;2.1.1
Expand Down Expand Up @@ -77,7 +77,7 @@ org.apache.httpcomponents:httpclient;4.5.13
org.apache.logging.log4j:log4j-api;2.14.1
org.apache.logging.log4j:log4j-core;2.14.1
org.apache.logging.log4j:log4j-slf4j-impl;2.14.1
org.apache.qpid:proton-j;0.33.4
org.apache.qpid:proton-j;0.33.8
org.apache.qpid:qpid-jms-client;0.53.0
org.apache.tinkerpop:gremlin-driver;3.2.4
org.asynchttpclient:async-http-client;2.12.1
Expand Down
9 changes: 4 additions & 5 deletions sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.3</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
<version>1.2.4</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.33.4</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
<version>0.33.8</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -114,9 +114,8 @@
<rules>
<bannedDependencies>
<includes>
<include>com.microsoft.azure:qpid-proton-j-extensions:[1.2.3]
</include> <!-- {x-include-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
<include>org.apache.qpid:proton-j:[0.33.4]</include> <!-- {x-include-update;org.apache.qpid:proton-j;external_dependency} -->
<include>com.microsoft.azure:qpid-proton-j-extensions:[1.2.4]</include> <!-- {x-include-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
<include>org.apache.qpid:proton-j:[0.33.8]</include> <!-- {x-include-update;org.apache.qpid:proton-j;external_dependency} -->
</includes>
</bannedDependencies>
</rules>
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/microsoft-azure-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.33.4</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
<version>0.33.8</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.3</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
<version>1.2.4</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sdk/servicebus/microsoft-azure-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.33.4</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
<version>0.33.8</version> <!-- {x-version-update;org.apache.qpid:proton-j;external_dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.3</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
<version>1.2.4</version> <!-- {x-version-update;com.microsoft.azure:qpid-proton-j-extensions;external_dependency} -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 96e8d62

Please sign in to comment.