From 5edec36226b7d4ea697b41397d3f23ee401dc3df Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 24 Aug 2021 17:43:42 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6669b043..df430554 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-containeranalysis.git", - "sha": "71209b3deb889a1cb6e3af81415091485a72f848" + "sha": "7035172bde34e3cadb61e84ff9a34d98aea10b5a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c" + "sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb" } } ] diff --git a/README.md b/README.md index 5806e049..0d0b37bc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-containeranalysis - 2.1.0 + 2.1.1 ``` @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-containeranalysis' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-containeranalysis:2.1.0' +compile 'com.google.cloud:google-cloud-containeranalysis:2.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.1" ``` ## Authentication