From 233fde1c4b60b67ace4fef1cbad6b4acfd8fe7e0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 26 Sep 2022 16:17:08 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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 397cc89b..ad343ebd 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-dataproc' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataproc:4.0.5' +implementation 'com.google.cloud:google-cloud-dataproc:4.0.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.5" +libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.6" ``` ## Authentication