Skip to content

Commit

Permalink
FGJ-85 Update dependencies to latest versions (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored May 12, 2020
1 parent 7ca43b9 commit bcea80a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.4.9
Tue 12 May 2020 10:30:57 BST

* [4445310](https://github.com/hyperledger/fabric-sdk-java/commit/4445310) FGJ-85 Update dependencies to latest versions
* [7ca43b9](https://github.com/hyperledger/fabric-sdk-java/commit/7ca43b9) Use SafeConstructor with YAML parser (#45)
* [12ed66e](https://github.com/hyperledger/fabric-sdk-java/commit/12ed66e) Explicit trigger for PR builds (release-1.4)

## v1.4.8
Wed Feb 12 2020 10:13:45 GMT

* [2ef5153](https://github.com/hyperledger/fabric-sdk-java/commit/2ef5153) FGJ-78 Publish fabric-sdk-java 1.4.8 (#41)
* [670c288](https://github.com/hyperledger/fabric-sdk-java/commit/670c288) [FABJ-502]-Add exception log (rel 1.4) (#33)
* [677a07f](https://github.com/hyperledger/fabric-sdk-java/commit/677a07f) (Release-1.4) Remove jenkins references (#30)

## v1.4.7
Mon 11 Nov 2019 15:04:20 GMT

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.hyperledger.fabric-sdk-java</groupId>
<artifactId>fabric-sdk-java</artifactId>
<packaging>jar</packaging>
<version>1.4.8</version>
<version>1.4.9</version>
<name>fabric-java-sdk</name>
<description>Java SDK for Hyperledger fabric project</description>
<url>https://www.hyperledger.org/community/projects</url>
Expand All @@ -31,13 +31,13 @@
<grpc.version>1.23.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<protobuf.version>3.10.0</protobuf.version>
<bouncycastle.version>1.62</bouncycastle.version>
<httpclient.version>4.5.10</httpclient.version>
<httpclient.version>4.5.12</httpclient.version>
<javadoc.version>3.1.1</javadoc.version>
<skipITs>true</skipITs>
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.version>0.7.9</jacoco.version>
<log4j.version>2.13.0</log4j.version>
<log4j.version>2.13.2</log4j.version>
<org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite>
<gpg.executable>gpg2</gpg.executable>
</properties>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -102,12 +102,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.26.Final</version>
<version>2.0.30.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.43.Final</version>
<version>4.1.49.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.19</version>
<version>1.20</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<version>1.26</version>
</dependency>

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

0 comments on commit bcea80a

Please sign in to comment.