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.
2 parents e6c988e + 46a8fc2 commit 95bb2d7Copy full SHA for 95bb2d7
modules/gcloud/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
3
dependencies {
4
api project(':testcontainers')
5
6
- testImplementation platform("com.google.cloud:libraries-bom:26.21.0")
+ testImplementation platform("com.google.cloud:libraries-bom:26.22.0")
7
testImplementation 'com.google.cloud:google-cloud-bigquery'
8
testImplementation 'com.google.cloud:google-cloud-datastore'
9
testImplementation 'com.google.cloud:google-cloud-firestore'
0 commit comments