From 04aaf490953455e5411db7fc74c938a8c4bafc13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Aug 2022 12:01:59 +0000 Subject: [PATCH 1/2] deps: update dependency joda-time:joda-time to v2.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84c52809..eeab71e4 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ joda-time joda-time - 2.10.14 + 2.11.0 test From 1f39aaa16315394075a75ddda3b10f74dfbb8393 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 12 Aug 2022 12:04:28 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b37cca13..ba332041 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-websecurityscanner' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.1' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.2" ``` ## Authentication