File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
google-cloud-datastore-bom Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
56
56
If you are using Gradle without BOM, add this to your dependencies
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-datastore:2.5.0 '
59
+ implementation 'com.google.cloud:google-cloud-datastore:2.5.1 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.5.0 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.5.1 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 59
59
<artifactId >proto-google-cloud-datastore-v1</artifactId >
60
60
<version >0.96.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
61
61
</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 >
67
62
</dependencies >
68
63
</dependencyManagement >
69
64
You can’t perform that action at this time.
0 commit comments