From 32929f94f07009b90930cb357db8796afc72dfe2 Mon Sep 17 00:00:00 2001 From: Adam Valenta Date: Tue, 14 Jan 2025 18:48:34 +0100 Subject: [PATCH] GH-16482 - upgrade jetty and fix CVE-2024-6763, CVE-2024-8184, CVE-2024-9823, CVE-2023-36478 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a23e3d7c8511..47a2633f3ee5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,9 +62,9 @@ jetty8version=8.2.0.v20160908 # packages. Each hadoop package can upgrade its jetty version. jetty9version=9.4.11.v20180605 # jetty 9 version is used in the main standalone assembly -jetty9MainVersion=9.4.53.v20231009 +jetty9MainVersion=9.4.57.v20241219 # jetty-minimal 9 version is used in the minimal standalone assembly -jetty9MinimalVersion=9.4.53.v20231009 +jetty9MinimalVersion=9.4.57.v20241219 servletApiVersion=3.1.0 # Jython (Java intrapretor for Python language)