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
commit f6c1f514ab3fddc6f910e19d62b14ffc123d7b2f Author: Marcus Walz <[email protected]> AuthorDate: Fri Dec 23 18:12:19 2022 -0600 RATIS-1760. 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>
