From 269974d1a932376bb121e9d2490dcf8b70b873c8 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:24:35 +0000 Subject: [PATCH] ci: adjust owlbot-java for monorepo (#1500) (#214) Source-Link: https://github.com/googleapis/synthtool/commit/48f8857c642792150e2474418b1dbf545c162f8d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208 --- java-eventarc/.github/.OwlBot.lock.yaml | 4 ++-- java-eventarc/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-eventarc/.github/.OwlBot.lock.yaml b/java-eventarc/.github/.OwlBot.lock.yaml index 6610882f836f..f8b912ad0de0 100644 --- a/java-eventarc/.github/.OwlBot.lock.yaml +++ b/java-eventarc/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9 -# created: 2022-07-18T21:44:23.94208526Z + digest: sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208 +# created: 2022-07-26T16:25:31.033836225Z diff --git a/java-eventarc/README.md b/java-eventarc/README.md index ae29dfda30d4..e3f6a0552567 100644 --- a/java-eventarc/README.md +++ b/java-eventarc/README.md @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-eventarc:1.3.2' +implementation 'com.google.cloud:google-cloud-eventarc:1.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.3" ``` ## Authentication