Skip to content

Commit

Permalink
Update dependencies for appengine_standard.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 648285833
Change-Id: I3619050952915e9d85399e4ab7b4047ee584591b
  • Loading branch information
ludoch authored and gae-java-bot committed Jul 1, 2024
1 parent a1db93c commit 6508f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.20.1</version>
<version>2.20.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.54.v20240208</jetty.version>
<jetty12.version>12.0.10</jetty12.version>
<io.grpc>1.64.0</io.grpc>
<io.netty>4.1.110.Final</io.netty>
<io.grpc>1.65.0</io.grpc>
<io.netty>4.1.111.Final</io.netty>
<slf4j.version>2.0.13</slf4j.version>
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
Expand Down Expand Up @@ -745,7 +745,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -786,7 +786,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
<configuration>
<rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down Expand Up @@ -941,7 +941,7 @@
<!-- Call mvn versions:display-plugin-updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 6508f74

Please sign in to comment.