This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 6f45d613a567 [SPARK-55478][BUILD] Upgrade Jetty to 12.1.7
6f45d613a567 is described below
commit 6f45d613a56767f71f0a0d97ed5be42819dbf249
Author: yangjie01 <[email protected]>
AuthorDate: Sat Mar 7 10:24:59 2026 -0800
[SPARK-55478][BUILD] Upgrade Jetty to 12.1.7
### What changes were proposed in this pull request?
This pr aims to upgrade Jetty from 12.1.5 to 12.1.7
### Why are the changes needed?
The new version brings performance improvements for Gzip compression:
- https://github.com/jetty/jetty.project/issues/14260
and fix https://github.com/apache/spark/security/dependabot/170
The full release notes as follows:
- https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.6
- https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.7
### 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 #54261 from LuciferYang/jetty-12.1.6.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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 0a582d17160f..b70d7eb95213 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -133,8 +133,8 @@
jersey-container-servlet/3.1.11//jersey-container-servlet-3.1.11.jar
jersey-hk2/3.1.11//jersey-hk2-3.1.11.jar
jersey-server/3.1.11//jersey-server-3.1.11.jar
jettison/1.5.4//jettison-1.5.4.jar
-jetty-util-ajax/12.1.5//jetty-util-ajax-12.1.5.jar
-jetty-util/12.1.5//jetty-util-12.1.5.jar
+jetty-util-ajax/12.1.7//jetty-util-ajax-12.1.7.jar
+jetty-util/12.1.7//jetty-util-12.1.7.jar
jjwt-api/0.13.0//jjwt-api-0.13.0.jar
jjwt-impl/0.13.0//jjwt-impl-0.13.0.jar
jjwt-jackson/0.13.0//jjwt-jackson-0.13.0.jar
diff --git a/pom.xml b/pom.xml
index cadbe8bf7338..28ad2f6e2a73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
<parquet.version>1.17.0</parquet.version>
<orc.version>2.3.0</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
- <jetty.version>12.1.5</jetty.version>
+ <jetty.version>12.1.7</jetty.version>
<jakartaservlet.version>6.0.0</jakartaservlet.version>
<!-- SPARK-46938: Required by Hive / LibThrift libs -->
<javaxservlet.version>4.0.1</javaxservlet.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]