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:23:25 UTC

[spark] branch branch-2.4 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-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


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

commit 7e98adede6abae5929552214271c3beaf47cfe17
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 54745d7..a548034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <orc.version>1.5.5</orc.version>
     <orc.classifier>nohive</orc.classifier>
     <hive.parquet.version>1.6.0</hive.parquet.version>
-    <jetty.version>9.4.28.v20200408</jetty.version>
+    <jetty.version>9.4.34.v20201102</jetty.version>
     <javaxservlet.version>3.1.0</javaxservlet.version>
     <chill.version>0.9.3</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