Explorar el Código

HADOOP-17655. Upgrade Jetty to 9.4.40. (#2947)

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 0b04c9694da86941e04a480d55913701f9fe514d)
Akira Ajisaka hace 4 años
padre
commit
842714d99f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hadoop-project/pom.xml

+ 1 - 1
hadoop-project/pom.xml

@@ -37,7 +37,7 @@
     <!--Whether to proceed to next module if any test failures exist-->
     <!--Whether to proceed to next module if any test failures exist-->
     <ignoreTestFailure>true</ignoreTestFailure>
     <ignoreTestFailure>true</ignoreTestFailure>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <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>_</test.exclude>
     <test.exclude.pattern>_</test.exclude.pattern>
     <test.exclude.pattern>_</test.exclude.pattern>