Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 9da9a07

Browse files
FGJ-85 Update dependencies to latest versions (#55)
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
1 parent e9a4d53 commit 9da9a07

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.1.1
2+
Tue 12 May 2020 10:16:25 BST
3+
4+
* [5cae715](https://github.com/hyperledger/fabric-sdk-java/commit/5cae715) FGJ-85 Update dependencies to latest versions
5+
* [e9a4d53](https://github.com/hyperledger/fabric-sdk-java/commit/e9a4d53) Update link to HLP security report wiki page (#53)
6+
* [07a348e](https://github.com/hyperledger/fabric-sdk-java/commit/07a348e) FAB-17777 Create basic settings.yaml (#51)
7+
* [0b0466a](https://github.com/hyperledger/fabric-sdk-java/commit/0b0466a) Update MAINTAINERS (#52)
8+
* [f032d34](https://github.com/hyperledger/fabric-sdk-java/commit/f032d34) FABJ-516 Version bump to 2.1.1-snapshots (#50)
9+
110
## v2.1.0
211
Thu 16 Apr 2020 14:01:44 BST
312

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.hyperledger.fabric-sdk-java</groupId>
55
<artifactId>fabric-sdk-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<name>fabric-java-sdk</name>
99
<description>Java SDK for Hyperledger fabric project</description>
1010
<url>https://www.hyperledger.org/community/projects</url>
@@ -30,8 +30,8 @@
3030
<properties>
3131
<grpc.version>1.23.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
3232
<protobuf.version>3.10.0</protobuf.version>
33-
<bouncycastle.version>1.63</bouncycastle.version>
34-
<httpclient.version>4.5.10</httpclient.version>
33+
<bouncycastle.version>1.62</bouncycastle.version>
34+
<httpclient.version>4.5.12</httpclient.version>
3535
<javadoc.version>3.1.1</javadoc.version>
3636
<skipITs>true</skipITs>
3737
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>junit</groupId>
7575
<artifactId>junit</artifactId>
76-
<version>4.12</version>
76+
<version>4.13</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>io.netty</groupId>
9696
<artifactId>netty-tcnative-boringssl-static</artifactId>
97-
<version>2.0.26.Final</version>
97+
<version>2.0.30.Final</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.netty</groupId>
101101
<artifactId>netty-codec-http2</artifactId>
102-
<version>4.1.41.Final</version>
102+
<version>4.1.49.Final</version>
103103
</dependency>
104104
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
105105
<dependency>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.apache.commons</groupId>
134134
<artifactId>commons-compress</artifactId>
135-
<version>1.19</version>
135+
<version>1.20</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>commons-io</groupId>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>com.google.api</groupId>
180180
<artifactId>api-common</artifactId>
181-
<version>1.8.1</version>
181+
<version>1.9.0</version>
182182
</dependency>
183183

184184
<!-- https://mvnrepository.com/artifact/org.glassfish/javax.json -->
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>org.yaml</groupId>
194194
<artifactId>snakeyaml</artifactId>
195-
<version>1.25</version>
195+
<version>1.26</version>
196196
</dependency>
197197

198198
<!-- https://mvnrepository.com/artifact/org.miracl.milagro.amcl/milagro-crypto-java -->

0 commit comments

Comments
 (0)