From 29ebe8d1df1a0f7689cb190d3c21cefd1dcab07c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jan 2022 19:20:56 +0000 Subject: [PATCH 1/2] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.2.5 --- google-cloud-websecurityscanner-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-websecurityscanner-bom/pom.xml b/google-cloud-websecurityscanner-bom/pom.xml index 4ba028f4..743f3957 100644 --- a/google-cloud-websecurityscanner-bom/pom.xml +++ b/google-cloud-websecurityscanner-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.2.4 + 1.2.5 Google Cloud websecurityscanner BOM diff --git a/pom.xml b/pom.xml index c410f739..ec5cc124 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.2.4 + 1.2.5 From bd2b8af4f3c161bb1f95ee49e6c9d63a326a861f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 11 Jan 2022 19:23:12 +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 fec323ba..7b74506f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.2') +implementation platform('com.google.cloud:libraries-bom:24.2.0') implementation 'com.google.cloud:google-cloud-websecurityscanner' ```