From fdf0f6cf93fde5a6aa2e60b435be97007e3b5eca Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 10 Jan 2022 18:00:16 +0000 Subject: [PATCH] chore(owlbot-java): disable re-writing clirr file in owlbot java post-processor (#1320) Source-Link: https://github.com/googleapis/synthtool/commit/4b86ab067da494e0af7df536dbd485e1f8f4aa67 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:efbfc5e9ff713005a037941f8ebcc0c69cc630e3ad934675ee26868705a30897 --- .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 731a0eb4..20c6ee3c 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d + digest: sha256:efbfc5e9ff713005a037941f8ebcc0c69cc630e3ad934675ee26868705a30897 diff --git a/README.md b/README.md index 65ce8f4e..028acc5a 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.2.5' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.2.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.5" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.6" ``` ## Authentication