Skip to content

Commit 1653552

Browse files
authored
deps: Update grpc-java and netty dependencies (#71)
grpc 1.50.0, netty 4.1.79.Final, netty-tcnative 2.0.54.Final netty/netty-tcnative are set to the versions corresponding to the grpc release Signed-off-by: Nick Hill <nickhill@us.ibm.com>
1 parent 5e1f1b2 commit 1653552

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
</distributionManagement>
5656

5757
<properties>
58-
<grpc-version>1.48.1</grpc-version>
58+
<grpc-version>1.50.0</grpc-version>
5959
<!-- netty and protobuf versions kept in sync with grpc's deps -->
60-
<netty-version>4.1.77.Final</netty-version>
61-
<netty-tcnative-version>2.0.53.Final</netty-tcnative-version>
60+
<netty-version>4.1.79.Final</netty-version>
61+
<netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
6262
<protobuf-version>3.21.7</protobuf-version>
6363
<gson-version>2.9.1</gson-version>
6464
<slf4j-version>1.7.36</slf4j-version>
6565
<junit-version>4.13.2</junit-version>
6666
<guava-version>31.1-jre</guava-version>
67-
<annotations-version>9.0.65</annotations-version>
67+
<annotations-version>9.0.67</annotations-version>
6868

6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
</properties>

0 commit comments

Comments
 (0)