You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2021/03/19 01:24:47 UTC

[ratis-thirdparty] branch master updated: RATIS-1342. Upgrade Netty to 4.1.60.Final (#14)

This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 05bac73  RATIS-1342. Upgrade Netty to 4.1.60.Final (#14)
05bac73 is described below

commit 05bac7395a60cc3ac9bd1d0ce9a4a24588c83289
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Fri Mar 19 02:24:41 2021 +0100

    RATIS-1342. Upgrade Netty to 4.1.60.Final (#14)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e97f63..9cb7e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,9 @@
     <!--Version of grpc to be shaded -->
     <shaded.grpc.version>1.33.0</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.51.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.60.Final</shaded.netty.version>
     <!--Version of tcnative to be shaded -->
-    <shaded.netty.tcnative.version>2.0.31.Final</shaded.netty.tcnative.version>
+    <shaded.netty.tcnative.version>2.0.36.Final</shaded.netty.tcnative.version>
 
     <!-- third party library versions -->
     <commons-lang3.version>3.8.1</commons-lang3.version>