GEODE-8725: Update Jetty to 9.4.34 (#5741)

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 9452353..90b414a 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -442,13 +442,13 @@
       <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>
         <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>
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 5d4ac42..35add7b 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 @@
 
     // 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 @@
  * 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 50b8cd7..5cf74ae 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1027,14 +1027,14 @@
 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.6.0.jar
diff --git a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index 8dfbcdb..4efd863 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -47,10 +47,10 @@
 swagger-annotations-1.6.2.jar
 fastutil-8.4.2.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-platform-5.6.0.jar
 jna-5.6.0.jar
@@ -72,10 +72,10 @@
 LatencyUtils-2.0.3.jar
 javax.transaction-api-1.3.jar
 spring-jcl-5.2.9.RELEASE.jar
-jetty-http-9.4.33.v20201020.jar
-jetty-io-9.4.33.v20201020.jar
-jetty-xml-9.4.33.v20201020.jar
-jetty-util-9.4.33.v20201020.jar
+jetty-http-9.4.34.v20201102.jar
+jetty-io-9.4.34.v20201102.jar
+jetty-xml-9.4.34.v20201102.jar
+jetty-util-9.4.34.v20201102.jar
 log4j-slf4j-impl-2.13.3.jar
 log4j-core-2.13.3.jar
 log4j-jul-2.13.3.jar