From 48696fb740a90aab0db6ad51690c0fa9c41032b8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Jun 2022 21:06:20 +0200 Subject: [PATCH] deps: update dependency com.google.protobuf:protobuf-java-util to v3.21.2 (#821) 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.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.1` -> `3.21.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/compatibility-slim/3.21.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/confidence-slim/3.21.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-datacatalog). --- java-datacatalog/README.md | 4 ++-- java-datacatalog/samples/install-without-bom/pom.xml | 2 +- java-datacatalog/samples/snapshot/pom.xml | 2 +- java-datacatalog/samples/snippets/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index d58ac54b711..93667aec9c1 100644 --- a/java-datacatalog/README.md +++ b/java-datacatalog/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datacatalog' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-datacatalog:1.8.2' +implementation 'com.google.cloud:google-cloud-datacatalog:1.8.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.2" +libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.3" ``` ## Authentication diff --git a/java-datacatalog/samples/install-without-bom/pom.xml b/java-datacatalog/samples/install-without-bom/pom.xml index da3feb53412..c70c054015d 100644 --- a/java-datacatalog/samples/install-without-bom/pom.xml +++ b/java-datacatalog/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.protobuf protobuf-java-util - 3.21.1 + 3.21.2 junit diff --git a/java-datacatalog/samples/snapshot/pom.xml b/java-datacatalog/samples/snapshot/pom.xml index 0a5e804b47f..83cd7c1958c 100644 --- a/java-datacatalog/samples/snapshot/pom.xml +++ b/java-datacatalog/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.protobuf protobuf-java-util - 3.21.1 + 3.21.2 junit diff --git a/java-datacatalog/samples/snippets/pom.xml b/java-datacatalog/samples/snippets/pom.xml index b7d17860320..60e7104918f 100644 --- a/java-datacatalog/samples/snippets/pom.xml +++ b/java-datacatalog/samples/snippets/pom.xml @@ -47,7 +47,7 @@ com.google.protobuf protobuf-java-util - 3.21.1 + 3.21.2 junit