From 8c13794a4962e986e398e8b5102e17c1b485daa1 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 22 Nov 2025 14:09:54 -0800 Subject: [PATCH] security: upgrade Netty to 4.1.115.Final to fix CVE - Upgrade netty.version from 4.1.100.Final to 4.1.115.Final - Fixes GHSA-prj3-ccx8-p6x4: MadeYouReset HTTP/2 DDoS vulnerability - Netty 4.1.115.Final includes patches for high severity DoS attack - Addresses GitHub dependency review security alert --- test/java/spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml index 2c2952421..0f75e4904 100644 --- a/test/java/spark/pom.xml +++ b/test/java/spark/pom.xml @@ -22,7 +22,7 @@ 4.13.2 3.80 2.15.3 - 4.1.100.Final + 4.1.115.Final -Xmx2g -Dhadoop.home.dir=/tmp