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 1130008bcf35 [SPARK-57121][BUILD] Upgrade Jetty to 12.1.9
1130008bcf35 is described below

commit 1130008bcf355baed44f5e460d607806b66bdb6d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 28 08:12:56 2026 -0700

    [SPARK-57121][BUILD] Upgrade Jetty to 12.1.9
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades Jetty to `12.1.9`.
    
    ### 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.9
      - https://github.com/jetty/jetty.project/issues/14853
      - https://github.com/jetty/jetty.project/issues/14821
      - https://github.com/jetty/jetty.project/issues/14646
      - https://github.com/jetty/jetty.project/issues/14564
      - https://github.com/jetty/jetty.project/issues/14541
    
    ### 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 Opus 4.7
    
    Closes #56172 from dongjoon-hyun/SPARK-57121.
    
    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 cf365830d2f4..c10dc6dcf66c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,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.8</jetty.version>
+    <jetty.version>12.1.9</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]

Reply via email to