diff --git a/README.md b/README.md index ec465983..6fe8d045 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud pubsublite-kafka - 1.1.1 + 1.1.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:pubsublite-kafka:1.1.1' +implementation 'com.google.cloud:pubsublite-kafka:1.1.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.1" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.2" ``` ## Authentication diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index fc2e1a0f..febbaa08 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -50,7 +50,7 @@ com.google.cloud pubsublite-kafka-auth - 1.1.1 + 1.1.2 com.fasterxml.jackson.core