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 6a3f1e67af4a [SPARK-57672][BUILD] Upgrade Jetty to 12.1.10
6a3f1e67af4a is described below

commit 6a3f1e67af4abee7e377d32ba5d71f7a9c4a1687
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 17:00:01 2026 -0700

    [SPARK-57672][BUILD] Upgrade Jetty to 12.1.10
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades Jetty to `12.1.10`.
    
    ### 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.10 
(2026-06-02)
      - https://github.com/jetty/jetty.project/issues/15161
      - https://github.com/jetty/jetty.project/issues/15136
      - https://github.com/jetty/jetty.project/issues/15094
      - https://github.com/jetty/jetty.project/issues/15074
      - https://github.com/jetty/jetty.project/issues/15031
      - https://github.com/jetty/jetty.project/issues/15021
      - https://github.com/jetty/jetty.project/issues/15011
      - https://github.com/jetty/jetty.project/issues/15009
      - https://github.com/jetty/jetty.project/issues/14984
      - https://github.com/jetty/jetty.project/issues/14745
      - https://github.com/jetty/jetty.project/issues/14528
      - https://github.com/jetty/jetty.project/issues/9799
    
    ### 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.8
    
    Closes #56751 from dongjoon-hyun/SPARK-57672.
    
    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 0f26b5bd81c1..0d158b4d04b6 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.9</jetty.version>
+    <jetty.version>12.1.10</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