Skip to content

Commit

Permalink
Update dependencies for appengine_standard.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696593013
Change-Id: I42f3118374df978fb10a9b93a35e5ec0274b063a
  • Loading branch information
ludoch authored and gae-java-bot committed Nov 14, 2024
1 parent 7c6d06e commit 7783c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.81.0</version>
<version>6.81.1</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.45.0</version>
<version>1.45.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -590,7 +590,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>1.45.0</version>
<version>1.45.1</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down Expand Up @@ -765,7 +765,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
<configuration>
<rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down Expand Up @@ -920,7 +920,7 @@
<!-- Call mvn versions:display-plugin-updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 7783c8b

Please sign in to comment.