Skip to content

Commit

Permalink
Merge pull request #5848 from harshit-gangal/netty-bump
Browse files Browse the repository at this point in the history
Java Netty Version bump to Fix Vulnerability
  • Loading branch information
sougou authored Feb 24, 2020
2 parents 89fb748 + 154b86e commit a9d7156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<grpc.version>1.16.0</grpc.version>
<!-- NOTE Netty handler and boring SSL must be kept compatible with grpc
https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
<netty.handler.version>4.1.30.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.17.Final</tcnative.boring.ssl.version>
<netty.handler.version>4.1.45.Final</netty.handler.version>
<tcnative.boring.ssl.version>2.0.28.Final</tcnative.boring.ssl.version>

<protobuf.java.version>3.6.1</protobuf.java.version>
<protobuf.protoc.version>3.6.1</protobuf.protoc.version>
Expand Down

0 comments on commit a9d7156

Please sign in to comment.