This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 5497973bf7c4 [SPARK-58150][BUILD] Upgrade Jetty to 12.1.11
5497973bf7c4 is described below
commit 5497973bf7c40ac7d7828b824d046c6ff57e2858
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 15 14:29:34 2026 -0700
[SPARK-58150][BUILD] Upgrade Jetty to 12.1.11
### What changes were proposed in this pull request?
This PR upgrades Jetty to `12.1.11`.
### Why are the changes needed?
To bring in the latest upstream bug fixes and improvements from the Jetty
12.1.x patch release line.
- https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.11
(2026-07-08)
- https://github.com/jetty/jetty.project/issues/15228
- https://github.com/jetty/jetty.project/issues/15226
- https://github.com/jetty/jetty.project/issues/15156
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
Closes #57280 from dongjoon-hyun/SPARK-58150.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eed027031658..907b465baa9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<parquet.version>1.17.1</parquet.version>
<orc.version>2.3.0</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
- <jetty.version>12.1.10</jetty.version>
+ <jetty.version>12.1.11</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]