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

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


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

commit faf4a0e0e451071f330981bd5aeb5a47fa7d102b
Author: Sean Owen <sro...@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 <sro...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 131a23d88a56280d47584aed93bc8fb617550717)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 60b57fb..58eb889 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
     <orc.classifier></orc.classifier>
     <hive.parquet.group>com.twitter</hive.parquet.group>
     <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.5</chill.version>
     <ivy.version>2.4.0</ivy.version>


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

Reply via email to