Skip to content

Commit 277d9f2

Browse files
committed
Update all non-major dependencies
1 parent b5ffaec commit 277d9f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
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

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)