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

Commit bcea80a

Browse files
FGJ-85 Update dependencies to latest versions (#56)
Signed-off-by: andrew-coleman <[email protected]>
1 parent 7ca43b9 commit bcea80a

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.4.9
2+
Tue 12 May 2020 10:30:57 BST
3+
4+
* [4445310](https://github.com/hyperledger/fabric-sdk-java/commit/4445310) FGJ-85 Update dependencies to latest versions
5+
* [7ca43b9](https://github.com/hyperledger/fabric-sdk-java/commit/7ca43b9) Use SafeConstructor with YAML parser (#45)
6+
* [12ed66e](https://github.com/hyperledger/fabric-sdk-java/commit/12ed66e) Explicit trigger for PR builds (release-1.4)
7+
8+
## v1.4.8
9+
Wed Feb 12 2020 10:13:45 GMT
10+
11+
* [2ef5153](https://github.com/hyperledger/fabric-sdk-java/commit/2ef5153) FGJ-78 Publish fabric-sdk-java 1.4.8 (#41)
12+
* [670c288](https://github.com/hyperledger/fabric-sdk-java/commit/670c288) [FABJ-502]-Add exception log (rel 1.4) (#33)
13+
* [677a07f](https://github.com/hyperledger/fabric-sdk-java/commit/677a07f) (Release-1.4) Remove jenkins references (#30)
14+
115
## v1.4.7
216
Mon 11 Nov 2019 15:04:20 GMT
317

pom.xml

Lines changed: 8 additions & 8 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>1.4.8</version>
7+
<version>1.4.9</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>
@@ -31,13 +31,13 @@
3131
<grpc.version>1.23.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
3232
<protobuf.version>3.10.0</protobuf.version>
3333
<bouncycastle.version>1.62</bouncycastle.version>
34-
<httpclient.version>4.5.10</httpclient.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>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<jacoco.version>0.7.9</jacoco.version>
40-
<log4j.version>2.13.0</log4j.version>
40+
<log4j.version>2.13.2</log4j.version>
4141
<org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite>
4242
<gpg.executable>gpg2</gpg.executable>
4343
</properties>
@@ -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>
@@ -102,12 +102,12 @@
102102
<dependency>
103103
<groupId>io.netty</groupId>
104104
<artifactId>netty-tcnative-boringssl-static</artifactId>
105-
<version>2.0.26.Final</version>
105+
<version>2.0.30.Final</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.netty</groupId>
109109
<artifactId>netty-codec-http2</artifactId>
110-
<version>4.1.43.Final</version>
110+
<version>4.1.49.Final</version>
111111
</dependency>
112112
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
113113
<dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.apache.commons</groupId>
142142
<artifactId>commons-compress</artifactId>
143-
<version>1.19</version>
143+
<version>1.20</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>commons-io</groupId>
@@ -209,7 +209,7 @@
209209
<dependency>
210210
<groupId>org.yaml</groupId>
211211
<artifactId>snakeyaml</artifactId>
212-
<version>1.25</version>
212+
<version>1.26</version>
213213
</dependency>
214214

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

0 commit comments

Comments
 (0)