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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 1d0cd58  GEODE-8725: Bump jetty from 9.4.33.v20201020 to 
9.4.34.v20201102
1d0cd58 is described below

commit 1d0cd586730ce094caae2a574f2660873994ad86
Author: Sarah <41928668+sabbe...@users.noreply.github.com>
AuthorDate: Thu Nov 19 09:18:41 2020 -0500

    GEODE-8725: Bump jetty from 9.4.33.v20201020 to 9.4.34.v20201102
---
 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   | 16 ++++++++--------
 .../integrationTest/resources/dependency_classpath.txt   | 16 ++++++++--------
 5 files changed, 20 insertions(+), 20 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 a11e9ee..2741ba8 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -376,13 +376,13 @@
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-webapp</artifactId>
-        <version>9.4.33.v20201020</version>
+        <version>9.4.34.v20201102</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-server</artifactId>
-        <version>9.4.33.v20201020</version>
+        <version>9.4.34.v20201102</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 6619edd..8d08eff 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.33.v20201020")
+    deps.put("jetty.version", "9.4.34.v20201102")
 
     // 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 69e1333..01aa5a8 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.33.v20201020";
+  private static final String JETTY_VERSION = "9.4.34.v20201102";
 
   /**
    * 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 677163d..91ad576 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1013,14 +1013,14 @@ 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.33.v20201020.jar
-lib/jetty-io-9.4.33.v20201020.jar
-lib/jetty-security-9.4.33.v20201020.jar
-lib/jetty-server-9.4.33.v20201020.jar
-lib/jetty-servlet-9.4.33.v20201020.jar
-lib/jetty-util-9.4.33.v20201020.jar
-lib/jetty-webapp-9.4.33.v20201020.jar
-lib/jetty-xml-9.4.33.v20201020.jar
+lib/jetty-http-9.4.34.v20201102.jar
+lib/jetty-io-9.4.34.v20201102.jar
+lib/jetty-security-9.4.34.v20201102.jar
+lib/jetty-server-9.4.34.v20201102.jar
+lib/jetty-servlet-9.4.34.v20201102.jar
+lib/jetty-util-9.4.34.v20201102.jar
+lib/jetty-webapp-9.4.34.v20201102.jar
+lib/jetty-xml-9.4.34.v20201102.jar
 lib/jgroups-3.6.14.Final.jar
 lib/jline-2.12.jar
 lib/jna-5.5.0.jar
diff --git 
a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt 
b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index 54a693a..d2f7280 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -45,10 +45,10 @@ classgraph-4.8.52.jar
 micrometer-core-1.2.1.jar
 fastutil-8.3.0.jar
 javax.resource-api-1.7.1.jar
-jetty-webapp-9.4.33.v20201020.jar
-jetty-servlet-9.4.33.v20201020.jar
-jetty-security-9.4.33.v20201020.jar
-jetty-server-9.4.33.v20201020.jar
+jetty-webapp-9.4.34.v20201102.jar
+jetty-servlet-9.4.34.v20201102.jar
+jetty-security-9.4.34.v20201102.jar
+jetty-server-9.4.34.v20201102.jar
 javax.servlet-api-3.1.0.jar
 jna-5.5.0.jar
 jna-platform-5.5.0.jar
@@ -73,10 +73,10 @@ LatencyUtils-2.0.3.jar
 javax.transaction-api-1.3.jar
 spring-jcl-5.2.9.RELEASE.jar
 commons-codec-1.11.jar
-jetty-xml-9.4.33.v20201020.jar
-jetty-http-9.4.33.v20201020.jar
-jetty-io-9.4.33.v20201020.jar
-jetty-util-9.4.33.v20201020.jar
+jetty-xml-9.4.34.v20201102.jar
+jetty-http-9.4.34.v20201102.jar
+jetty-io-9.4.34.v20201102.jar
+jetty-util-9.4.34.v20201102.jar
 log4j-slf4j-impl-2.12.1.jar
 log4j-core-2.12.1.jar
 log4j-jul-2.12.1.jar

Reply via email to