Skip to content

Commit

Permalink
FAB-6998 Update dependencies
Browse files Browse the repository at this point in the history
Change-Id: I7948fcc1d459dbb4173cb3428d5d4e2332d508ab
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Nov 15, 2017
1 parent d4ff8c2 commit ef748a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<tag>fabric-sdk-java-1.0</tag>
</scm>
<properties>
<grpc.version>1.5.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<bouncycastle.version>1.57</bouncycastle.version>
<grpc.version>1.7.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<bouncycastle.version>1.58</bouncycastle.version>
<httpclient.version>4.5.3</httpclient.version>
<skipITs>true</skipITs>
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
Expand Down Expand Up @@ -87,18 +87,18 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.5.Final</version>
<version>2.0.7.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.13.Final</version>
<version>4.1.17.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
<dependency>
Expand All @@ -120,12 +120,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.14</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1</version>
<version>1.1.2</version>
</dependency>

<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/jetty-alpn-agent &ndash;&gt;-->
Expand All @@ -185,7 +185,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.18</version>
<version>1.19</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit ef748a8

Please sign in to comment.