Skip to content

Commit 2fb353f

Browse files
ludochgae-java-bot
authored andcommitted
Bump Jetty versions, and add missing version for a single dependency.
PiperOrigin-RevId: 897123905 Change-Id: Ie886d6efde66e94df12b7fef4dc2b7c2f3dbf3e4
1 parent df4e421 commit 2fb353f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
<maven.compiler.target>17</maven.compiler.target>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
<jetty.version>9.4.58.v20250814</jetty.version>
72-
<jetty12.version>12.0.33</jetty12.version>
73-
<jetty121.version>12.1.7</jetty121.version>
72+
<jetty12.version>12.0.34</jetty12.version>
73+
<jetty121.version>12.1.8</jetty121.version>
7474
<slf4j.version>2.0.17</slf4j.version>
7575
<protoc.version>4.33.4</protoc.version>
7676
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>

remoteapi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-failsafe-plugin</artifactId>
96+
<version>3.5.5</version>
9697
<executions>
9798
<execution>
9899
<goals>

0 commit comments

Comments
 (0)