Skip to content

Commit

Permalink
FAB-10966 upgrade dependencies
Browse files Browse the repository at this point in the history
Change-Id: I07464b6e32ff408362ed5c12fb06aa858766f9f9
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Jul 10, 2018
1 parent f80259c commit a21df07
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
<tag>fabric-sdk-java-1.0</tag>
</scm>
<properties>
<grpc.version>1.12.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<bouncycastle.version>1.59</bouncycastle.version>
<httpclient.version>4.5.5</httpclient.version>
<grpc.version>1.13.1</grpc.version><!-- CURRENT_GRPC_VERSION -->
<protobuf.version>3.6.0</protobuf.version>
<bouncycastle.version>1.60</bouncycastle.version>
<httpclient.version>4.5.6</httpclient.version>
<skipITs>true</skipITs>
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -91,7 +92,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.8.Final</version>
<version>2.0.10.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -102,7 +103,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.5.1</version>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>${protobuf.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
<dependency>
Expand All @@ -124,7 +130,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.16.1</version>
<version>1.17</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -192,11 +198,6 @@
<version>1.21</version>
</dependency>

<dependency>
<groupId>org.miracl.milagro.amcl</groupId>
<artifactId>milagro-crypto-java</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>


Expand Down

0 comments on commit a21df07

Please sign in to comment.