From 7d9155681e8911a979223cf24a63fc2317a87315 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 9 Dec 2021 18:26:30 +0100 Subject: [PATCH] chore(deps): update dependency com.google.cloud:pubsublite-kafka to v0.6.8 (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:pubsublite-kafka](https://togithub.com/googleapis/java-shared-config) | `0.6.7` -> `0.6.8` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:pubsublite-kafka/0.6.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:pubsublite-kafka/0.6.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:pubsublite-kafka/0.6.8/compatibility-slim/0.6.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:pubsublite-kafka/0.6.8/confidence-slim/0.6.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsublite-kafka). --- README.md | 6 +++--- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd30bf37..ba140b5a 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:pubsublite-kafka:0.6.7' +implementation 'com.google.cloud:pubsublite-kafka:0.6.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.6.7" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.6.8" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 6dc6a41c..13a93c67 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a1df62bf..3e9cbbd3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -43,7 +43,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 org.apache.kafka diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index b7580c1a..5305eff7 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -45,7 +45,7 @@ com.google.cloud pubsublite-kafka - 0.6.7 + 0.6.8 org.apache.kafka