diff --git a/modules/gcloud/build.gradle b/modules/gcloud/build.gradle index 3a020bdb759..8e925de9e40 100644 --- a/modules/gcloud/build.gradle +++ b/modules/gcloud/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud" dependencies { api project(':testcontainers') - testImplementation platform("com.google.cloud:libraries-bom:26.84.0") + testImplementation platform("com.google.cloud:libraries-bom:26.87.0") testImplementation 'com.google.cloud:google-cloud-bigquery' testImplementation 'com.google.cloud:google-cloud-datastore' testImplementation 'com.google.cloud:google-cloud-firestore'