Skip to content

Commit

Permalink
Update dependencies for appengine-standard.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634841831
Change-Id: I03de0babaf0bb259c67eec0a9c801fa81f18d0d2
  • Loading branch information
ludoch authored and gae-java-bot committed May 17, 2024
1 parent 31fbab5 commit 31cc97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.19.2</version>
<version>2.19.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.17.1</version>
<version>3.17.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.17.1</version>
<version>3.17.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 31cc97b

Please sign in to comment.