diff --git a/api_dev/src/main/java/com/google/appengine/tools/info/Jetty121EE8Sdk.java b/api_dev/src/main/java/com/google/appengine/tools/info/Jetty121EE8Sdk.java index 393448b40..a9b7a26a9 100644 --- a/api_dev/src/main/java/com/google/appengine/tools/info/Jetty121EE8Sdk.java +++ b/api_dev/src/main/java/com/google/appengine/tools/info/Jetty121EE8Sdk.java @@ -233,7 +233,7 @@ List getJetty121SharedLibFiles() { sharedLibs.add(new File(sdkRoot, "lib/shared/jetty12/appengine-local-runtime-shared.jar")); File jettyHomeLib = new File(sdkRoot, JETTY121_HOME_LIB_PATH); - sharedLibs.add(new File(jettyHomeLib, "jetty-servlet-api-4.0.6.jar")); // this is javax.servlet + sharedLibs.add(new File(jettyHomeLib, "jetty-servlet-api-4.0.9.jar")); // this is javax.servlet // We want to match this file: "jetty-util-9.3.8.v20160314.jar" // but without hardcoding the Jetty version which is changing from time to time. diff --git a/pom.xml b/pom.xml index 27f2a4e1e..562c0ca7e 100644 --- a/pom.xml +++ b/pom.xml @@ -69,8 +69,8 @@ 17 UTF-8 9.4.58.v20250814 - 12.0.31 - 12.1.5 + 12.0.32 + 12.1.6 2.0.17 4.33.4 https://oss.sonatype.org/content/repositories/google-snapshots/ diff --git a/runtime/local_jetty121/pom.xml b/runtime/local_jetty121/pom.xml index 56ef2385c..2fcceb0fb 100644 --- a/runtime/local_jetty121/pom.xml +++ b/runtime/local_jetty121/pom.xml @@ -127,7 +127,7 @@ org.eclipse.jetty.toolchain jetty-servlet-api - 4.0.6 + 4.0.9 org.eclipse.jetty diff --git a/runtime/local_jetty121_ee11/pom.xml b/runtime/local_jetty121_ee11/pom.xml index 33cb17b55..f8fb7ca4e 100644 --- a/runtime/local_jetty121_ee11/pom.xml +++ b/runtime/local_jetty121_ee11/pom.xml @@ -127,7 +127,7 @@ org.eclipse.jetty.toolchain jetty-servlet-api - 4.0.6 + 4.0.9 org.eclipse.jetty