Skip to content

Commit

Permalink
Update proberapp dependencies to latest versions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634824765
Change-Id: I19d6828f9394f065bd96c574f4f2dd06f4d99e56
  • Loading branch information
ludoch authored and gae-java-bot committed May 17, 2024
1 parent 1e363c0 commit 31fbab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.48.0</version>
<version>2.48.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>2.48.0</version>
<version>2.48.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.48.0</version>
<version>2.48.1</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.38.0</version>
<version>2.38.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 31fbab5

Please sign in to comment.