Skip to content

Commit a71d818

Browse files
use jetty-servlet-api 4.0.9
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
1 parent 2288032 commit a71d818

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api_dev/src/main/java/com/google/appengine/tools/info/Jetty121EE8Sdk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ List<File> getJetty121SharedLibFiles() {
233233
sharedLibs.add(new File(sdkRoot, "lib/shared/jetty12/appengine-local-runtime-shared.jar"));
234234
File jettyHomeLib = new File(sdkRoot, JETTY121_HOME_LIB_PATH);
235235

236-
sharedLibs.add(new File(jettyHomeLib, "jetty-servlet-api-4.0.8.jar")); // this is javax.servlet
236+
sharedLibs.add(new File(jettyHomeLib, "jetty-servlet-api-4.0.9.jar")); // this is javax.servlet
237237

238238
// We want to match this file: "jetty-util-9.3.8.v20160314.jar"
239239
// but without hardcoding the Jetty version which is changing from time to time.

runtime/local_jetty121/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.eclipse.jetty.toolchain</groupId>
129129
<artifactId>jetty-servlet-api</artifactId>
130-
<version>4.0.8</version>
130+
<version>4.0.9</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.eclipse.jetty</groupId>

runtime/local_jetty121_ee11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.eclipse.jetty.toolchain</groupId>
129129
<artifactId>jetty-servlet-api</artifactId>
130-
<version>4.0.8</version>
130+
<version>4.0.9</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)