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

Commit 202de7a

Browse files
committed
FAB-9484 Update dependencies pom.xml
Change-Id: Ia54cd9c8c269e1666e533da2efabd7d6878864f2 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent d75fe66 commit 202de7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<tag>fabric-sdk-java-1.0</tag>
2929
</scm>
3030
<properties>
31-
<grpc.version>1.10.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
31+
<grpc.version>1.11.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
3232
<bouncycastle.version>1.59</bouncycastle.version>
3333
<httpclient.version>4.5.5</httpclient.version>
3434
<skipITs>true</skipITs>
@@ -91,12 +91,12 @@
9191
<dependency>
9292
<groupId>io.netty</groupId>
9393
<artifactId>netty-tcnative-boringssl-static</artifactId>
94-
<version>2.0.7.Final</version>
94+
<version>2.0.8.Final</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>io.netty</groupId>
9898
<artifactId>netty-codec-http2</artifactId>
99-
<version>4.1.21.Final</version>
99+
<version>4.1.23.Final</version>
100100
</dependency>
101101
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
102102
<dependency>

0 commit comments

Comments
 (0)