From 2fe35bdb25d54b5288ddde0dcd8ebb716a8ae69e Mon Sep 17 00:00:00 2001 From: sychen Date: Mon, 15 Jul 2024 10:43:53 -0700 Subject: [PATCH] ORC-1746: Bump `netty-all` to 4.1.110.Final in `bench` module ### What changes were proposed in this pull request? This PR aims to bump `netty-all` to 4.1.110.Final. ### Why are the changes needed? 1. Align the netty version with Spark 4.0.0-preview1 version 2. Avoid potential netty CVE https://github.com/advisories/GHSA-5jpm-x58v-624v ### How was this patch tested? GA ### Was this patch authored or co-authored using generative AI tooling? No Closes #1984 from cxzl25/ORC-1746. Authored-by: sychen Signed-off-by: Dongjoon Hyun --- java/bench/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/bench/pom.xml b/java/bench/pom.xml index 0dd738b931..1d6b333642 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -92,7 +92,7 @@ io.netty netty-all - 4.1.96.Final + 4.1.110.Final runtime