Skip to content

Commit 32da926

Browse files
committed
Update all non-major dependencies
1 parent 95fb876 commit 32da926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.105.0</version>
63+
<version>6.106.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.sonatype.central</groupId>
188188
<artifactId>central-publishing-maven-plugin</artifactId>
189-
<version>0.9.0</version>
189+
<version>0.10.0</version>
190190
<extensions>true</extensions>
191191
<configuration>
192192
<publishingServerId>${distributionManagement.snapshot.id}</publishingServerId>
@@ -481,7 +481,7 @@
481481
<dependency>
482482
<groupId>com.google.errorprone</groupId>
483483
<artifactId>error_prone_annotations</artifactId>
484-
<version>2.45.0</version>
484+
<version>2.46.0</version>
485485
</dependency>
486486
<dependency>
487487
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)