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 a398b19 RATIS-1355. Upgrade Netty to 4.1.63 (#19)
a398b19 is described below
commit a398b192f5e9699f68b999355b1c9617884245a5
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Apr 14 15:32:24 2021 +0200
RATIS-1355. Upgrade Netty to 4.1.63 (#19)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 545dc75..9e63dbc 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.60.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.63.Final</shaded.netty.version>
<!--Version of tcnative to be shaded -->
- <shaded.netty.tcnative.version>2.0.36.Final</shaded.netty.tcnative.version>
+ <shaded.netty.tcnative.version>2.0.38.Final</shaded.netty.tcnative.version>
<!-- third party library versions -->
<commons-lang3.version>3.8.1</commons-lang3.version>