From 5d6bd738644d7bd8d9cfef3196550e905aebdbc7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 4 Jan 2023 20:29:26 +0100 Subject: [PATCH] chore(deps): update dependency com.google.cloud:pubsublite-kafka to v1.0.3 (#372) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:pubsublite-kafka to v1.0.3 * 🦉 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/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7791e360..45637239 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.0.2 + 1.0.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:pubsublite-kafka:1.0.2' +implementation 'com.google.cloud:pubsublite-kafka:1.0.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.0.2" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.0.3" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 9d3a62b1..49ee72a1 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud pubsublite-kafka - 1.0.2 + 1.0.3 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index cfc5d458..2635992f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -45,7 +45,7 @@ com.google.cloud pubsublite-kafka - 1.0.2 + 1.0.3 org.apache.kafka