Skip to content

Commit d734c8d

Browse files
authored
Chaging library version to 1.1.0. Also updating dependency versions to protonj 0.22.0 and bcpkix 1.53 (#134)
1 parent 2a3e285 commit d734c8d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

azure-servicebus/azure-servicebus.pom

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-servicebus</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.1.0</version>
88
<licenses>
99
<license>
1010
<name>The MIT License (MIT)</name>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.apache.qpid</groupId>
5353
<artifactId>proton-j</artifactId>
54-
<version>0.13.1</version>
54+
<version>0.22.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.bouncycastle</groupId>
5858
<artifactId>bcpkix-jdk15on</artifactId>
59-
<version>1.49</version>
59+
<version>1.53</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>

azure-servicebus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.microsoft.azure</groupId>
1111
<artifactId>azure-servicebus-parent</artifactId>
12-
<version>1.0.0</version>
12+
<version>1.1.0</version>
1313
</parent>
1414

1515
<build>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.bouncycastle</groupId>
5151
<artifactId>bcpkix-jdk15on</artifactId>
52-
<version>1.49</version>
52+
<version>1.53</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-servicebus-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.1.0</version>
88
<packaging>pom</packaging>
99

1010
<url>https://github.com/Azure/azure-service-bus-java</url>
1111

1212
<properties>
13-
<proton-j-version>0.13.1</proton-j-version>
13+
<proton-j-version>0.22.0</proton-j-version>
1414
<junit-version>4.12</junit-version>
1515
<slf4j-version>1.8.0-alpha2</slf4j-version>
16-
<client-current-version>1.0.0</client-current-version>
16+
<client-current-version>1.1.0</client-current-version>
1717
</properties>
1818

1919
<modules>

0 commit comments

Comments
 (0)