Skip to content

Commit

Permalink
Gcs version upgradations
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhangi-cs committed Sep 26, 2023
1 parent 9517acc commit 5be6d23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<google.cloud.pubsub.version>1.108.1</google.cloud.pubsub.version>
<google.cloud.spanner.version>6.10.1</google.cloud.spanner.version>
<google.cloud.speech.version>1.24.7</google.cloud.speech.version>
<google.cloud.storage.version>1.118.0</google.cloud.storage.version>
<google.cloud.storage.version>2.27.0</google.cloud.storage.version>
<google.cloud.datastore.version>1.105.1</google.cloud.datastore.version>
<google.protobuf.java.version>3.19.4</google.protobuf.java.version>
<google.tink.version>1.3.0-rc3</google.tink.version>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20210127-1.32.1</version>
<version>v1-rev20230907-2.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.12.2</version>
<version>2.24.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.12.2</version>
<version>2.24.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 5be6d23

Please sign in to comment.