diff --git a/README.md b/README.md index 742fe313a..4a4f0588b 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.9.3' +implementation 'com.google.cloud:google-cloud-pubsublite:1.9.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.3" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.4" ``` ## Authentication diff --git a/pom.xml b/pom.xml index f6ada2b22..0e0acb95d 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-bom - 0.185.0 + 0.186.0 pom import