Skip to content

Commit

Permalink
fix library version
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Nov 15, 2023
1 parent c905e76 commit 1911ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google-cloud-datastore-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datastore-v1</artifactId>
<version>2.17.5</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
<version>2.17.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-datastore-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datastore-v1</artifactId>
<version>2.17.5</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
<version>2.17.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
<name>grpc-google-cloud-datastore-v1</name>
<description>GRPC library for google-cloud-datastore</description>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datastore-v1</artifactId>
<version>2.17.5</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
<version>2.17.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.datastore</groupId>
Expand Down

0 comments on commit 1911ce7

Please sign in to comment.