diff --git a/README.md b/README.md index 51697e90a..1d85a2d99 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.2' +implementation 'com.google.cloud:google-cloud-pubsublite:1.9.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.2" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.3" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 48f7c9ed2..c16aa0c49 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.1.1 + 3.1.2 pom import