You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/12/18 03:17:44 UTC

[spark] branch branch-3.1 updated: [SPARK-33831][UI] Update to jetty 9.4.34

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 1a0c291  [SPARK-33831][UI] Update to jetty 9.4.34
1a0c291 is described below

commit 1a0c29198af9c3f7878a34fc35ccd42afd88af75
Author: Sean Owen <sr...@gmail.com>
AuthorDate: Thu Dec 17 19:09:57 2020 -0800

    [SPARK-33831][UI] Update to jetty 9.4.34
    
    Update Jetty to 9.4.34
    
    Picks up fixes and improvements, including a possible CVE fix.
    
    https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.33.v20201020
    https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.34.v20201102
    
    No.
    
    Existing tests.
    
    Closes #30828 from srowen/SPARK-33831.
    
    Authored-by: Sean Owen <sr...@gmail.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 131a23d88a56280d47584aed93bc8fb617550717)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a54084d..9f70e39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <derby.version>10.12.1.1</derby.version>
     <parquet.version>1.10.1</parquet.version>
     <orc.version>1.5.12</orc.version>
-    <jetty.version>9.4.28.v20200408</jetty.version>
+    <jetty.version>9.4.34.v20201102</jetty.version>
     <jakartaservlet.version>4.0.3</jakartaservlet.version>
     <chill.version>0.9.5</chill.version>
     <ivy.version>2.4.0</ivy.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org