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 2022/12/24 00:12:23 UTC

[ratis-thirdparty] branch master updated: Bump Netty to 4.1.86.Final to fix CVE-2022-41881 (#42)

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 dcdd378  Bump Netty to 4.1.86.Final to fix CVE-2022-41881 (#42)
dcdd378 is described below

commit dcdd378d02e8e096b78b7d28c7b6214f13ea5576
Author: Marcus Walz <95...@users.noreply.github.com>
AuthorDate: Fri Dec 23 18:12:19 2022 -0600

    Bump Netty to 4.1.86.Final to fix CVE-2022-41881 (#42)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 917873e..9d8bab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,9 +70,9 @@
     <!--Version of protobuf to be shaded -->
     <shaded.protobuf.version>3.19.6</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.48.1</shaded.grpc.version>
+    <shaded.grpc.version>1.51.1</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.77.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.86.Final</shaded.netty.version>
     <!--Version of dropwizard to be shaded -->
     <shaded.dropwizard.version>4.2.9</shaded.dropwizard.version>
     <shaded.dropwizard.ganglia.version>3.2.6</shaded.dropwizard.ganglia.version>