We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476edb7 commit 3aa3598Copy full SHA for 3aa3598
modules/gcloud/build.gradle
@@ -7,6 +7,6 @@ dependencies {
7
testImplementation 'com.google.cloud:google-cloud-firestore:3.5.0'
8
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.18'
9
testImplementation 'com.google.cloud:google-cloud-spanner:6.31.0'
10
- testImplementation 'com.google.cloud:google-cloud-bigtable:2.11.1'
+ testImplementation 'com.google.cloud:google-cloud-bigtable:2.13.0'
11
testImplementation 'org.assertj:assertj-core:3.23.1'
12
}
0 commit comments