Skip to content

Commit 50ffd93

Browse files
Update GCP dependencies
1 parent 91fa9fa commit 50ffd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datastore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ val spineCoreVersion: String by extra
3131

3232
dependencies {
3333
// Google Cloud Datastore
34-
api("com.google.cloud:google-cloud-datastore:1.105.1") {
34+
api("com.google.cloud:google-cloud-datastore:1.105.2") {
3535
exclude(group = "com.google.protobuf")
3636
exclude(group = "com.google.guava")
3737
}

pubsub/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
dependencies {
2222
// Google Cloud Pubsub protos
23-
api("com.google.api.grpc:proto-google-cloud-pubsub-v1:1.91.0")
23+
api("com.google.api.grpc:proto-google-cloud-pubsub-v1:1.92.0")
2424
}

0 commit comments

Comments
 (0)