Skip to content

Commit 50a00dc

Browse files
ludochgae-java-bot
authored andcommitted
Update Jetty versions 12.0.x to 12.0.30 and Jetty 12.1.x to 12.1.4, as well as auto-value version.
PiperOrigin-RevId: 831425656 Change-Id: Idee540a5857168d1a6200334b754a11389722a2d
1 parent 9b5f637 commit 50a00dc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<path>
275275
<groupId>com.google.auto.value</groupId>
276276
<artifactId>auto-value</artifactId>
277-
<version>1.11.0</version>
277+
<version>1.11.1</version>
278278
</path>
279279
</annotationProcessorPaths>
280280
</configuration>

api_dev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<path>
227227
<groupId>com.google.auto.value</groupId>
228228
<artifactId>auto-value</artifactId>
229-
<version>1.11.0</version>
229+
<version>1.11.1</version>
230230
</path>
231231
</annotationProcessorPaths>
232232
</configuration>

appengine_setup/testapps/jetty12_testapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<groupId>com.google.appengine.setup.testapps</groupId>
2727
<artifactId>jetty12_testapp</artifactId>
2828
<properties>
29-
<jetty.version>12.0.29</jetty.version>
30-
<jetty121.version>12.1.3</jetty121.version>
29+
<jetty.version>12.0.30</jetty.version>
30+
<jetty121.version>12.1.4</jetty121.version>
3131
<aspectj.version>1.9.25</aspectj.version>
3232
</properties>
3333
<dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
<maven.compiler.target>17</maven.compiler.target>
7575
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7676
<jetty.version>9.4.58.v20250814</jetty.version>
77-
<jetty12.version>12.0.29</jetty12.version>
78-
<jetty121.version>12.1.3</jetty121.version>
77+
<jetty12.version>12.0.30</jetty12.version>
78+
<jetty121.version>12.1.4</jetty121.version>
7979
<slf4j.version>2.0.17</slf4j.version>
8080
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
8181
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
@@ -448,13 +448,13 @@
448448
<dependency>
449449
<groupId>com.google.auto.value</groupId>
450450
<artifactId>auto-value</artifactId>
451-
<version>1.11.0</version>
451+
<version>1.11.1</version>
452452
<scope>provided</scope>
453453
</dependency>
454454
<dependency>
455455
<groupId>com.google.auto.value</groupId>
456456
<artifactId>auto-value-annotations</artifactId>
457-
<version>1.11.0</version>
457+
<version>1.11.1</version>
458458
</dependency>
459459
<dependency>
460460
<groupId>com.contrastsecurity</groupId>

0 commit comments

Comments
 (0)