Skip to content

Commit

Permalink
Update dependencies for appengine_standard.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661453922
Change-Id: I87906213c85ddfdb519fe6e1f26ce2bb7c37b7d7
  • Loading branch information
ludoch authored and gae-java-bot committed Aug 9, 2024
1 parent 3d53db9 commit fd5f78a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.71.0</version>
<version>6.72.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
<id>aoss</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<activeByDefault>false</activeByDefault>
</activation>
<repositories>
<repository>
<id>aoss-artifact-registry</id>
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime_impl_jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
<version>3.0.0</version>
</dependency>
<!-- Test dependencies. -->

Expand Down
2 changes: 1 addition & 1 deletion runtime/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fd5f78a

Please sign in to comment.