Skip to content

Commit cd5ac66

Browse files
renovate-botgae-java-bot
authored andcommitted
Copybara import of the project:
-- 17ae7a6 by Mend Renovate <bot@renovateapp.com>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#385 from renovate-bot:renovate/all-minor-patch 17ae7a6 PiperOrigin-RevId: 778763865 Change-Id: I65921fc2c9d1c170aec9ec4b2a2dba40cd55c8df
1 parent a767efb commit cd5ac66

3 files changed

Lines changed: 8 additions & 8 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.22</jetty.version>
29+
<jetty.version>12.0.23</jetty.version>
3030
<aspectj.version>1.9.24</aspectj.version>
3131
</properties>
3232
<dependencies>

applications/proberapp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-spanner</artifactId>
61-
<version>6.95.1</version>
61+
<version>6.96.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.appengine</groupId>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.29.2</version>
129+
<version>2.30.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>
138138
<artifactId>google-cloud-storage</artifactId>
139-
<version>2.53.1</version>
139+
<version>2.53.2</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.cloud.sql</groupId>
@@ -276,7 +276,7 @@
276276
<plugin>
277277
<groupId>org.apache.maven.plugins</groupId>
278278
<artifactId>maven-enforcer-plugin</artifactId>
279-
<version>3.5.0</version>
279+
<version>3.6.0</version>
280280
<executions>
281281
<execution>
282282
<id>enforce-maven</id>

pom.xml

Lines changed: 3 additions & 3 deletions
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.22</jetty12.version>
68+
<jetty12.version>12.0.23</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>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-gpg-plugin</artifactId>
164-
<version>3.2.7</version>
164+
<version>3.2.8</version>
165165
<configuration>
166166
<gpgArguments>
167167
<arg>--batch</arg>
@@ -711,7 +711,7 @@
711711
<plugin>
712712
<groupId>org.apache.maven.plugins</groupId>
713713
<artifactId>maven-enforcer-plugin</artifactId>
714-
<version>3.5.0</version>
714+
<version>3.6.0</version>
715715
<executions>
716716
<execution>
717717
<id>enforce-maven</id>

0 commit comments

Comments
 (0)