We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6bda1 commit e2af622Copy full SHA for e2af622
1 file changed
java/pom.xml
@@ -69,10 +69,10 @@
69
<grpc.version>1.80.0</grpc.version>
70
<!-- NOTE Netty handler and boring SSL must be kept compatible with grpc
71
https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
72
- <netty.handler.version>4.2.10.Final</netty.handler.version>
+ <netty.handler.version>4.2.11.Final</netty.handler.version>
73
<tcnative.boring.ssl.version>2.0.75.Final</tcnative.boring.ssl.version>
74
75
- <protobuf.java.version>4.34.0</protobuf.java.version>
+ <protobuf.java.version>4.34.1</protobuf.java.version>
76
<protobuf.protoc.version>3.25.5</protobuf.protoc.version>
77
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
78
<log4j2.version>2.25.3</log4j2.version>
0 commit comments