Skip to content

Commit e0d81c7

Browse files
ludochgae-java-bot
authored andcommitted
Update Jetty 12 version to 12.0.26.
PiperOrigin-RevId: 805347180 Change-Id: I6891e9991e4813fa2170d3dca6348ec765c83d95
1 parent 14ebfc9 commit e0d81c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine_setup/testapps/jetty12_testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>com.google.appengine.setup.testapps</groupId>
2727
<artifactId>jetty12_testapp</artifactId>
2828
<properties>
29-
<jetty.version>12.0.25</jetty.version>
29+
<jetty.version>12.0.26</jetty.version>
3030
<aspectj.version>1.9.24</aspectj.version>
3131
</properties>
3232
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<maven.compiler.target>1.8</maven.compiler.target>
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
<jetty.version>9.4.58.v20250814</jetty.version>
71-
<jetty12.version>12.0.25</jetty12.version>
71+
<jetty12.version>12.0.26</jetty12.version>
7272
<slf4j.version>2.0.17</slf4j.version>
7373
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
7474
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>

0 commit comments

Comments
 (0)