diff --git a/modules/gcloud/build.gradle b/modules/gcloud/build.gradle index 73783e22089..9d4c3ecfa8b 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.64.0") + testImplementation platform("com.google.cloud:libraries-bom:26.65.0") testImplementation 'com.google.cloud:google-cloud-bigquery' testImplementation 'com.google.cloud:google-cloud-datastore' testImplementation 'com.google.cloud:google-cloud-firestore'