Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 314f73e

Browse files
1 parent 384c707 commit 314f73e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-datastore:2.5.0'
59+
implementation 'com.google.cloud:google-cloud-datastore:2.5.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.5.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.5.1"
6666
```
6767

6868
## Authentication

‎google-cloud-datastore-bom/pom.xml‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
<artifactId>proto-google-cloud-datastore-v1</artifactId>
6060
<version>0.96.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
6161
</dependency>
62-
<dependency>
63-
<groupId>com.google.api.grpc</groupId>
64-
<artifactId>grpc-google-cloud-datastore-v1</artifactId>
65-
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastore-v1:current} -->
66-
</dependency>
6762
</dependencies>
6863
</dependencyManagement>
6964

0 commit comments

Comments
 (0)