Skip to content

Commit

Permalink
FAB-9484 Update dependencies pom.xml
Browse files Browse the repository at this point in the history
Change-Id: Ia54cd9c8c269e1666e533da2efabd7d6878864f2
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Apr 20, 2018
1 parent d75fe66 commit 202de7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tag>fabric-sdk-java-1.0</tag>
</scm>
<properties>
<grpc.version>1.10.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<grpc.version>1.11.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<bouncycastle.version>1.59</bouncycastle.version>
<httpclient.version>4.5.5</httpclient.version>
<skipITs>true</skipITs>
Expand Down Expand Up @@ -91,12 +91,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.7.Final</version>
<version>2.0.8.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.21.Final</version>
<version>4.1.23.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
Expand Down

0 comments on commit 202de7a

Please sign in to comment.