Skip to content

Commit 7f74e9a

Browse files
authored
deps: Update to netty 4.1.101.Final and protobuf 3.25.0 (#80)
Signed-off-by: Nick Hill <nickhill@us.ibm.com>
1 parent d67d4d4 commit 7f74e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<properties>
5858
<grpc-version>1.59.0</grpc-version>
5959
<!-- netty and protobuf versions kept in sync with grpc's deps -->
60-
<netty-version>4.1.100.Final</netty-version>
60+
<netty-version>4.1.101.Final</netty-version>
6161
<netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
62-
<protobuf-version>3.24.4</protobuf-version>
62+
<protobuf-version>3.25.0</protobuf-version>
6363
<gson-version>2.10.1</gson-version>
6464
<slf4j-version>1.7.36</slf4j-version>
6565
<junit-version>4.13.2</junit-version>

0 commit comments

Comments
 (0)