From 0630760168acb26d7390250c6ea496a93eab6d66 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 28 Aug 2024 21:36:18 -0700 Subject: [PATCH] [SPARK-49446][BUILD] Upgrade jetty to 11.0.23 ### What changes were proposed in this pull request? This pr aims to upgrade jetty from 11.0.21 to 11.0.23. ### Why are the changes needed? The new version brings an optimization elated to `HttpConnection` - https://github.com/jetty/jetty.project/pull/12156: Improvements to HttpConnection when reading 0 bytes ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #47912 from LuciferYang/jetty-11.0.23. Authored-by: yangjie01 Signed-off-by: Dongjoon Hyun --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index b8c51764b9cf2..e93e8e94a993e 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -136,8 +136,8 @@ jersey-container-servlet/3.0.12//jersey-container-servlet-3.0.12.jar jersey-hk2/3.0.12//jersey-hk2-3.0.12.jar jersey-server/3.0.12//jersey-server-3.0.12.jar jettison/1.5.4//jettison-1.5.4.jar -jetty-util-ajax/11.0.21//jetty-util-ajax-11.0.21.jar -jetty-util/11.0.21//jetty-util-11.0.21.jar +jetty-util-ajax/11.0.23//jetty-util-ajax-11.0.23.jar +jetty-util/11.0.23//jetty-util-11.0.23.jar jjwt-api/0.12.6//jjwt-api-0.12.6.jar jline/2.14.6//jline-2.14.6.jar jline/3.25.1//jline-3.25.1.jar diff --git a/pom.xml b/pom.xml index c6730fe678bfb..7a163f3d02dd5 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ 1.14.1 2.0.2 shaded-protobuf - 11.0.21 + 11.0.23 5.0.0 4.0.1