From 91772a8df5cfbcb530ab2b4ddce7fc4e2dc0c0ca Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 26 Sep 2022 16:11:47 +0000 Subject: [PATCH] docs: [owlbot-java] samples do not need deploy plugin and deps upgrade (#1583) * docs: samples do not need deploy plugin * deps: upgrading shared deps 3.0.3 * fixing golden test Source-Link: https://github.com/googleapis/synthtool/commit/b61387e715529d29c3fed889477081873524f4dc Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd --- .github/.OwlBot.lock.yaml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 62592923..08590826 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93 + digest: sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd diff --git a/README.md b/README.md index e4fe99fa..003df9bb 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.6 + 1.2.7 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.6' +implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.7' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.6" +libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.7" ``` ## Authentication