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

Commit ef748a8

Browse files
committed
FAB-6998 Update dependencies
Change-Id: I7948fcc1d459dbb4173cb3428d5d4e2332d508ab Signed-off-by: rickr <cr22rc@gmail.com>
1 parent d4ff8c2 commit ef748a8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<tag>fabric-sdk-java-1.0</tag>
2929
</scm>
3030
<properties>
31-
<grpc.version>1.5.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
32-
<bouncycastle.version>1.57</bouncycastle.version>
31+
<grpc.version>1.7.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
32+
<bouncycastle.version>1.58</bouncycastle.version>
3333
<httpclient.version>4.5.3</httpclient.version>
3434
<skipITs>true</skipITs>
3535
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
@@ -87,18 +87,18 @@
8787
<dependency>
8888
<groupId>io.netty</groupId>
8989
<artifactId>netty-tcnative-boringssl-static</artifactId>
90-
<version>2.0.5.Final</version>
90+
<version>2.0.7.Final</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>io.netty</groupId>
9494
<artifactId>netty-codec-http2</artifactId>
95-
<version>4.1.13.Final</version>
95+
<version>4.1.17.Final</version>
9696
</dependency>
9797
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
9898
<dependency>
9999
<groupId>com.google.protobuf</groupId>
100100
<artifactId>protobuf-java</artifactId>
101-
<version>3.4.0</version>
101+
<version>3.5.0</version>
102102
</dependency>
103103
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
104104
<dependency>
@@ -120,12 +120,12 @@
120120
<dependency>
121121
<groupId>org.apache.commons</groupId>
122122
<artifactId>commons-compress</artifactId>
123-
<version>1.14</version>
123+
<version>1.15</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>commons-io</groupId>
127127
<artifactId>commons-io</artifactId>
128-
<version>2.5</version>
128+
<version>2.6</version>
129129
</dependency>
130130

131131
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.glassfish</groupId>
165165
<artifactId>javax.json</artifactId>
166-
<version>1.1</version>
166+
<version>1.1.2</version>
167167
</dependency>
168168

169169
<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/jetty-alpn-agent &ndash;&gt;-->
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>org.yaml</groupId>
187187
<artifactId>snakeyaml</artifactId>
188-
<version>1.18</version>
188+
<version>1.19</version>
189189
</dependency>
190190

191191
</dependencies>

0 commit comments

Comments
 (0)