Skip to content

Commit 07cf254

Browse files
committed
Merge pull request #376 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 767030939 Change-Id: I93fce5630b2dc416872332ee73a5afb8ab8e85e0
2 parents 45f3caa + 37c76dc commit 07cf254

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.21</jetty.version>
29+
<jetty.version>12.0.22</jetty.version>
3030
<aspectj.version>1.9.24</aspectj.version>
3131
</properties>
3232
<dependencies>

applications/proberapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<DB_REGION>us-central1</DB_REGION>
3939
<DB_USER>prober-user</DB_USER>
4040
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
41-
<gax.version>2.66.0</gax.version>
41+
<gax.version>2.67.0</gax.version>
4242
<appengine.target.version>${project.version}</appengine.target.version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.56.0</version>
124+
<version>2.57.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<maven.compiler.target>1.8</maven.compiler.target>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<jetty.version>9.4.57.v20241219</jetty.version>
68-
<jetty12.version>12.0.21</jetty12.version>
68+
<jetty12.version>12.0.22</jetty12.version>
6969
<slf4j.version>2.0.17</slf4j.version>
7070
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
7171
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>

0 commit comments

Comments
 (0)