diff --git a/README.md b/README.md index 8cddd9ef4..22af082b0 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.119.1' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.119.1" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 230725486..e93f8807d 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.8.0 + 2.8.1 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 84f653ed4..9f99af72d 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ com.google.cloud google-cloud-core - 2.8.0 + 2.8.1 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index dcba12955..5289acfda 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -94,7 +94,7 @@ com.google.cloud google-cloud-core - 2.8.0 + 2.8.1 tests