Skip to content

Commit 361e016

Browse files
authored
deps: Refresh dependencies (#62)
grpc, netty, netty-tcnative, protobuf, gson, guava
1 parent 8657060 commit 361e016

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pom.xml

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

5757
<properties>
58-
<grpc-version>1.40.0</grpc-version>
59-
<netty-version>4.1.52.Final</netty-version>
60-
<netty-tcnative-version>2.0.34.Final</netty-tcnative-version>
61-
<protobuf-version>3.17.3</protobuf-version>
62-
<gson-version>2.8.8</gson-version>
58+
<grpc-version>1.44.0</grpc-version>
59+
<!-- netty and protobuf versions kept in sync with grpc's deps -->
60+
<netty-version>4.1.72.Final</netty-version>
61+
<netty-tcnative-version>2.0.46.Final</netty-tcnative-version>
62+
<protobuf-version>3.19.3</protobuf-version>
63+
<gson-version>2.8.9</gson-version>
6364
<slf4j-version>1.7.32</slf4j-version>
6465
<junit-version>4.13.2</junit-version>
65-
<guava-version>30.1.1-jre</guava-version>
66-
<annotations-version>9.0.5</annotations-version>
66+
<guava-version>31.0.1-jre</guava-version>
67+
<annotations-version>9.0.58</annotations-version>
6768

6869
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6970
</properties>

0 commit comments

Comments
 (0)