You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/04/23 10:54:24 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17655. Upgrade Jetty to 9.4.40. (#2947)

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

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 5db7880  HADOOP-17655. Upgrade Jetty to 9.4.40. (#2947)
5db7880 is described below

commit 5db7880783b0db667e567c77d8faf56d8a32b862
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Fri Apr 23 19:52:41 2021 +0900

    HADOOP-17655. Upgrade Jetty to 9.4.40. (#2947)
    
    Reviewed-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit 0b04c9694da86941e04a480d55913701f9fe514d)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index da2a2dd..bbeabd8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -35,7 +35,7 @@
 
     <failIfNoTests>false</failIfNoTests>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
-    <jetty.version>9.4.39.v20210325</jetty.version>
+    <jetty.version>9.4.40.v20210413</jetty.version>
     <test.exclude>_</test.exclude>
     <test.exclude.pattern>_</test.exclude.pattern>
 

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