Skip to content

Commit

Permalink
fix: Revert netty versions to align with grpc-java
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hill <nickhill@us.ibm.com>
  • Loading branch information
njhill committed Nov 16, 2023
1 parent c9ff2f8 commit 1fde9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@

<properties>
<grpc-version>1.59.0</grpc-version>
<!-- netty and protobuf versions kept in sync with grpc's deps -->
<netty-version>4.1.101.Final</netty-version>
<netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
<!-- netty versions kept in sync with grpc's deps -->
<netty-version>4.1.97.Final</netty-version>
<netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
<protobuf-version>3.25.0</protobuf-version>
<gson-version>2.10.1</gson-version>
<slf4j-version>1.7.36</slf4j-version>
Expand Down

0 comments on commit 1fde9c0

Please sign in to comment.