diff --git a/README.md b/README.md index bedf96eaf..e7bae0692 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.120.3' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.3" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.4" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 339d2fe2f..bd31b4ab9 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.13.0 + 3.0.0 pom import