You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by vi...@apache.org on 2020/11/04 06:40:10 UTC

[spark] branch branch-3.0 updated: [SPARK-33333][BUILD][3.0] Upgrade Jetty to 9.4.28.v20200408

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

viirya 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 5dd36f3  [SPARK-33333][BUILD][3.0] Upgrade Jetty to 9.4.28.v20200408
5dd36f3 is described below

commit 5dd36f3195fa2906e96fc2c08b2b836fc81197fe
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Tue Nov 3 22:30:34 2020 -0800

    [SPARK-33333][BUILD][3.0] Upgrade Jetty to 9.4.28.v20200408
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Jetty to 9.4.28.v20200408 in `branch-3.0` for `Apache Spark 3.0.2` like `master` branch `Apache Spark 3.1`.
    
    ### Why are the changes needed?
    
    To bring the bug fixes.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #30240 from dongjoon-hyun/SPARK-33333.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Liang-Chi Hsieh <vi...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 32a1308..de3b69d 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.18.v20190429</jetty.version>
+    <jetty.version>9.4.28.v20200408</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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org