Skip to content

Commit 21e8a73

Browse files
committed
Merge pull request #443 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 846048299 Change-Id: I5067a1f29bdc85aeb96b2e5552c4300c030cc1de
2 parents b5ffaec + de65440 commit 21e8a73

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
distributionType=only-script
2-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
2+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

appengine_setup/testapps/jetty12_testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<properties>
2929
<jetty.version>12.0.31</jetty.version>
3030
<jetty121.version>12.1.5</jetty121.version>
31-
<aspectj.version>1.9.25</aspectj.version>
31+
<aspectj.version>1.9.25.1</aspectj.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-spanner</artifactId>
63-
<version>6.104.0</version>
63+
<version>6.105.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.google.cloud</groupId>
120120
<artifactId>google-cloud-bigquery</artifactId>
121-
<version>2.57.0</version>
121+
<version>2.57.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-storage</artifactId>
141-
<version>2.60.0</version>
141+
<version>2.61.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
<dependency>
558558
<groupId>org.apache.maven</groupId>
559559
<artifactId>maven-core</artifactId>
560-
<version>3.9.11</version>
560+
<version>3.9.12</version>
561561
</dependency>
562562
<dependency>
563563
<groupId>org.apache.ant</groupId>
@@ -573,7 +573,7 @@
573573
<dependency>
574574
<groupId>org.apache.maven</groupId>
575575
<artifactId>maven-plugin-api</artifactId>
576-
<version>3.9.11</version>
576+
<version>3.9.12</version>
577577
</dependency>
578578
<dependency>
579579
<groupId>org.jspecify</groupId>
@@ -806,7 +806,7 @@
806806
<plugin>
807807
<groupId>org.apache.maven.plugins</groupId>
808808
<artifactId>maven-release-plugin</artifactId>
809-
<version>3.3.0</version>
809+
<version>3.3.1</version>
810810
<configuration>
811811
<useReleaseProfile>false</useReleaseProfile>
812812
<goals>deploy</goals>

0 commit comments

Comments
 (0)