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:53:13 UTC

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


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

commit 0b04c9694da86941e04a480d55913701f9fe514d
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>
---
 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 f09bf53..d91131e 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -37,7 +37,7 @@
     <!--Whether to proceed to next module if any test failures exist-->
     <ignoreTestFailure>true</ignoreTestFailure>
     <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