We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fa9fa commit 50ffd93Copy full SHA for 50ffd93
datastore/build.gradle.kts
@@ -31,7 +31,7 @@ val spineCoreVersion: String by extra
31
32
dependencies {
33
// Google Cloud Datastore
34
- api("com.google.cloud:google-cloud-datastore:1.105.1") {
+ api("com.google.cloud:google-cloud-datastore:1.105.2") {
35
exclude(group = "com.google.protobuf")
36
exclude(group = "com.google.guava")
37
}
pubsub/build.gradle.kts
@@ -20,5 +20,5 @@
20
21
22
// Google Cloud Pubsub protos
23
- api("com.google.api.grpc:proto-google-cloud-pubsub-v1:1.91.0")
+ api("com.google.api.grpc:proto-google-cloud-pubsub-v1:1.92.0")
24
0 commit comments