diff --git a/README.md b/README.md index fd2041fe2..41c6b8f77 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-pubsub - 1.123.2 + 1.123.5 ``` @@ -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.11.0' +implementation 'com.google.cloud:google-cloud-pubsublite:1.11.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.1" ``` ## Authentication diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 66bfeb24d..33f50034c 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.2 + 1.123.5 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 6be1fb9a9..c77e27a48 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -51,7 +51,7 @@ com.google.cloud google-cloud-pubsub - 1.123.2 + 1.123.5