From d575b59ac01de12fc0d90c87c8d20ae9bfa7f94d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Sep 2022 15:48:57 +0000 Subject: [PATCH 1/2] deps: update dependency io.grafeas:grafeas to v2.4.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9a6da80..7d638976 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ io.grafeas grafeas - 2.4.4 + 2.4.5 From 1c749e8ba04d4e3f7b746b5cf2250bebf65e9c04 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 15 Sep 2022 15:51:32 +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 5d3c858e..177e7276 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-containeranalysis' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.5' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.5" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.6" ``` ## Authentication