From dc688d79fffa58b52f4f8944d40af1fef3fdc206 Mon Sep 17 00:00:00 2001 From: hannahrogers-google <52459909+hannahrogers-google@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:17:20 -0800 Subject: [PATCH] fix: add dependency to fix QuickStartIT failures (#397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: add dependency to fix QuickStartIT failures * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- README.md | 6 +++--- samples/snippets/pom.xml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) 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/snippets/pom.xml b/samples/snippets/pom.xml index c56e8de8..90061cb7 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -52,6 +52,11 @@ pubsublite-kafka-auth 1.1.0 + + com.fasterxml.jackson.core + jackson-databind + 2.14.1 + org.apache.kafka kafka-clients