From a5ff679646d9f9a17c6551602e06fb552b39019c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 20 Sep 2022 16:00:46 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-datastream to v1.2.0 (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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:google-cloud-datastream](https://togithub.com/googleapis/java-datastream) | `1.1.1` -> `1.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-datastream/1.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-datastream/1.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-datastream/1.2.0/compatibility-slim/1.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-datastream/1.2.0/confidence-slim/1.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastream). --- java-datastream/README.md | 6 +++--- java-datastream/samples/install-without-bom/pom.xml | 2 +- java-datastream/samples/snapshot/pom.xml | 2 +- java-datastream/samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java-datastream/README.md b/java-datastream/README.md index 4b13a5e449dc..656dd6b308aa 100644 --- a/java-datastream/README.md +++ b/java-datastream/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-datastream - 1.1.1 + 1.2.0 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datastream:1.1.1' +implementation 'com.google.cloud:google-cloud-datastream:1.2.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.2.0" ``` ## Authentication diff --git a/java-datastream/samples/install-without-bom/pom.xml b/java-datastream/samples/install-without-bom/pom.xml index c07e900e697a..f9cfaf01ab93 100644 --- a/java-datastream/samples/install-without-bom/pom.xml +++ b/java-datastream/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-datastream - 1.1.1 + 1.2.0 diff --git a/java-datastream/samples/snapshot/pom.xml b/java-datastream/samples/snapshot/pom.xml index c8fde787f901..7029ade120fc 100644 --- a/java-datastream/samples/snapshot/pom.xml +++ b/java-datastream/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-datastream - 1.1.1 + 1.2.0 diff --git a/java-datastream/samples/snippets/pom.xml b/java-datastream/samples/snippets/pom.xml index 1c5bc5f22de3..469a55cd1a50 100644 --- a/java-datastream/samples/snippets/pom.xml +++ b/java-datastream/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-datastream - 1.1.1 + 1.2.0