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

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new eb0f741  GEODE-9010: Bump jetty from 9.4.36.v20210114 to 
9.4.38.v20210224
eb0f741 is described below

commit eb0f7419018fe0820ec4d821de47a34d2c214a16
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Mar 5 23:15:05 2021 -0800

    GEODE-9010: Bump jetty from 9.4.36.v20210114 to 9.4.38.v20210224
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml |  4 ++--
 .../geode/gradle/plugins/DependencyConstraints.groovy  |  2 +-
 .../geode/session/tests/GenericAppServerInstall.java   |  2 +-
 .../src/integrationTest/resources/assembly_content.txt | 18 +++++++++---------
 .../integrationTest/resources/dependency_classpath.txt | 18 +++++++++---------
 5 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml 
b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index b110f99..ba56336 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -424,13 +424,13 @@
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-server</artifactId>
-        <version>9.4.36.v20210114</version>
+        <version>9.4.38.v20210224</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-webapp</artifactId>
-        <version>9.4.36.v20210114</version>
+        <version>9.4.38.v20210224</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
diff --git 
a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
 
b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 09686e0..53d63be 100644
--- 
a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ 
b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -57,7 +57,7 @@ class DependencyConstraints implements Plugin<Project> {
 
     // The jetty version is also hard-coded in geode-assembly:test
     // at o.a.g.sessions.tests.GenericAppServerInstall.java
-    deps.put("jetty.version", "9.4.36.v20210114")
+    deps.put("jetty.version", "9.4.38.v20210224")
 
     // These version numbers are consumed by protobuf configurations that are 
plugin-specific and not
     // part of the typical Gradle dependency configurations.
diff --git 
a/geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/GenericAppServerInstall.java
 
b/geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/GenericAppServerInstall.java
index d801393..0d2c6a4 100644
--- 
a/geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/GenericAppServerInstall.java
+++ 
b/geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/GenericAppServerInstall.java
@@ -33,7 +33,7 @@ import java.util.function.IntSupplier;
  * specific code outside of the {@link GenericAppServerVersion}.
  */
 public class GenericAppServerInstall extends ContainerInstall {
-  private static final String JETTY_VERSION = "9.4.36.v20210114";
+  private static final String JETTY_VERSION = "9.4.38.v20210224";
 
   /**
    * Get the version number, download URL, and container name of a generic app 
server using
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt 
b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index e2829cf..b28cd02 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1027,15 +1027,15 @@ lib/javax.servlet-api-3.1.0.jar
 lib/javax.transaction-api-1.3.jar
 lib/jaxb-api-2.3.1.jar
 lib/jaxb-impl-2.3.2.jar
-lib/jetty-http-9.4.36.v20210114.jar
-lib/jetty-io-9.4.36.v20210114.jar
-lib/jetty-security-9.4.36.v20210114.jar
-lib/jetty-server-9.4.36.v20210114.jar
-lib/jetty-servlet-9.4.36.v20210114.jar
-lib/jetty-util-9.4.36.v20210114.jar
-lib/jetty-util-ajax-9.4.36.v20210114.jar
-lib/jetty-webapp-9.4.36.v20210114.jar
-lib/jetty-xml-9.4.36.v20210114.jar
+lib/jetty-http-9.4.38.v20210224.jar
+lib/jetty-io-9.4.38.v20210224.jar
+lib/jetty-security-9.4.38.v20210224.jar
+lib/jetty-server-9.4.38.v20210224.jar
+lib/jetty-servlet-9.4.38.v20210224.jar
+lib/jetty-util-9.4.38.v20210224.jar
+lib/jetty-util-ajax-9.4.38.v20210224.jar
+lib/jetty-webapp-9.4.38.v20210224.jar
+lib/jetty-xml-9.4.38.v20210224.jar
 lib/jgroups-3.6.14.Final.jar
 lib/jline-2.12.jar
 lib/jna-5.6.0.jar
diff --git 
a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt 
b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index 54942ac..4eb61ca 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -47,10 +47,10 @@ micrometer-core-1.6.3.jar
 swagger-annotations-1.6.2.jar
 fastutil-8.5.2.jar
 javax.resource-api-1.7.1.jar
-jetty-webapp-9.4.36.v20210114.jar
-jetty-servlet-9.4.36.v20210114.jar
-jetty-security-9.4.36.v20210114.jar
-jetty-server-9.4.36.v20210114.jar
+jetty-webapp-9.4.38.v20210224.jar
+jetty-servlet-9.4.38.v20210224.jar
+jetty-security-9.4.38.v20210224.jar
+jetty-server-9.4.38.v20210224.jar
 javax.servlet-api-3.1.0.jar
 jna-platform-5.6.0.jar
 jna-5.6.0.jar
@@ -72,11 +72,11 @@ HdrHistogram-2.1.12.jar
 LatencyUtils-2.0.3.jar
 javax.transaction-api-1.3.jar
 spring-jcl-5.3.3.jar
-jetty-http-9.4.36.v20210114.jar
-jetty-io-9.4.36.v20210114.jar
-jetty-xml-9.4.36.v20210114.jar
-jetty-util-9.4.36.v20210114.jar
-jetty-util-ajax-9.4.36.v20210114.jar
+jetty-http-9.4.38.v20210224.jar
+jetty-io-9.4.38.v20210224.jar
+jetty-xml-9.4.38.v20210224.jar
+jetty-util-9.4.38.v20210224.jar
+jetty-util-ajax-9.4.38.v20210224.jar
 log4j-slf4j-impl-2.14.0.jar
 log4j-core-2.14.0.jar
 log4j-jul-2.14.0.jar

Reply via email to