diff --git a/README.md b/README.md index e2b2f9f9..ec465983 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.0 + 1.1.1 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:pubsublite-kafka:1.1.0' +implementation 'com.google.cloud:pubsublite-kafka:1.1.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.0" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.1" ``` ## Authentication diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 66e3fd3f..3b7542c3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -52,7 +52,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.14.2 org.apache.kafka