diff --git a/README.md b/README.md index 7abc55873..1170e921e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.7.0') +implementation platform('com.google.cloud:libraries-bom:26.8.0') implementation 'com.google.cloud:google-cloud-pubsub' ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index a03d8dd33..b764f71d3 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -80,7 +80,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index d330274ab..8888a0389 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 223c6ca70..73fd6a08b 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -94,7 +94,7 @@ com.google.cloud google-cloud-core - 2.10.0 + 2.11.0 tests