From bae7f2761b1d3e79fb6126dbcba1cabc507d74d9 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 11 Aug 2022 13:24:36 -0400 Subject: [PATCH 1/2] fix: grafeas is runtime scope --- google-cloud-binary-authorization/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/google-cloud-binary-authorization/pom.xml b/google-cloud-binary-authorization/pom.xml index 4d8898a9..dabd4634 100644 --- a/google-cloud-binary-authorization/pom.xml +++ b/google-cloud-binary-authorization/pom.xml @@ -70,6 +70,11 @@ org.threeten threetenbp + + io.grafeas + grafeas + runtime + @@ -78,11 +83,6 @@ test 4.13.2 - - io.grafeas - grafeas - test - com.google.api.grpc From 83fe0b6968ceb51ff7a081252aee02a079f47ded Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 11 Aug 2022 17:27:06 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8dd7825..bd383110 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-binary-authorization - 1.2.1 + 1.2.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.1' +implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.2" ``` ## Authentication