diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index df430554..c23bb37b 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-containeranalysis.git", - "sha": "7035172bde34e3cadb61e84ff9a34d98aea10b5a" + "sha": "22f0d53e9bd124be307143461a786d2477f4bef4" } }, { diff --git a/README.md b/README.md index 0d0b37bc..5823f6ca 100644 --- a/README.md +++ b/README.md @@ -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.1' +compile 'com.google.cloud:google-cloud-containeranalysis:2.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.2" ``` ## Authentication