From dd8710cda47bb5bd984d7c5c309ec3f95a861af4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Feb 2023 03:30:24 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:pubsublite-kafka-auth to v1.1.2 --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c41d3f5a5ccfbea3dae2f83f9a64e087da1e9cae Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 23 Feb 2023 03:32:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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