Skip to content

Commit 8bff1d0

Browse files
authored
deps: Update dependencies (#74)
grpc, netty, netty-tcnative, protobuf, gson, guava Signed-off-by: Nick Hill <nickhill@us.ibm.com>
1 parent 4a5d8e7 commit 8bff1d0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

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

5757
<properties>
58-
<grpc-version>1.53.0</grpc-version>
58+
<grpc-version>1.56.1</grpc-version>
5959
<!-- netty and protobuf versions kept in sync with grpc's deps -->
60-
<netty-version>4.1.79.Final</netty-version>
61-
<netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
62-
<protobuf-version>3.21.7</protobuf-version>
63-
<gson-version>2.9.1</gson-version>
60+
<netty-version>4.1.87.Final</netty-version>
61+
<netty-tcnative-version>2.0.56.Final</netty-tcnative-version>
62+
<protobuf-version>3.23.4</protobuf-version>
63+
<gson-version>2.10.1</gson-version>
6464
<slf4j-version>1.7.36</slf4j-version>
6565
<junit-version>4.13.2</junit-version>
66-
<guava-version>32.0.0-jre</guava-version>
67-
<annotations-version>9.0.67</annotations-version>
66+
<guava-version>32.1.1-jre</guava-version>
67+
<annotations-version>9.0.78</annotations-version>
6868

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

0 commit comments

Comments
 (0)