Skip to content

Commit 9eb6280

Browse files
ludochgae-java-bot
authored andcommitted
Update dependencies.
PiperOrigin-RevId: 802069987 Change-Id: I74d8a2a0ed5c71daa7b144adfb1b6d775dabb75b
1 parent efaad8a commit 9eb6280

File tree

6 files changed

+105
-19
lines changed

6 files changed

+105
-19
lines changed

appengine-api-stubs/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,17 @@
399399
<additionalDependency>
400400
<groupId>com.google.auto.service</groupId>
401401
<artifactId>auto-service</artifactId>
402-
<version>1.0-rc2</version>
402+
<version>1.1.1</version>
403+
</additionalDependency>
404+
<dependency>
405+
<groupId>com.google.auto.service</groupId>
406+
<artifactId>auto-service-annotations</artifactId>
407+
<version>1.1.1</version>
408+
</dependency>
409+
<additionalDependency>
410+
<groupId>com.google.auto</groupId>
411+
<artifactId>auto-common</artifactId>
412+
<version>1.2.2</version>
403413
</additionalDependency>
404414
</additionalDependencies>
405415
</configuration>

applications/guestbook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-surefire-plugin</artifactId>
100-
<version>3.5.2</version>
100+
<version>3.5.3</version>
101101
<configuration>
102102
<argLine>
103103
--add-opens java.base/java.lang=ALL-UNNAMED

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.98.1</version>
63+
<version>6.99.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>

mvnw

Lines changed: 43 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw.cmd

Lines changed: 48 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
<dependency>
645645
<groupId>com.fasterxml.jackson.core</groupId>
646646
<artifactId>jackson-core</artifactId>
647-
<version>2.19.2</version>
647+
<version>2.20.0</version>
648648
</dependency>
649649
<dependency>
650650
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)