From a32d6f4c47723f2f402bd37b3fdfe4e70bcd0a76 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jan 2022 21:32:30 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.2 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1249026a..bcf5e04f 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4603395c..c04ce4ea 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f55d435b..3291ed08 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -46,7 +46,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 junit From 317534fb5773817db6ddc734dcbc8b18d307b443 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 5 Jan 2022 21:34:38 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7eac3b..d7167e55 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:24.1.0') +implementation platform('com.google.cloud:libraries-bom:24.1.1') implementation 'com.google.cloud:google-cloud-secretmanager' ```