diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 596ef350..84ff4071 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": "a39a546a12f461e99771c1579800efcee73f6f5c" + "sha": "c360ce0ca2361480ccbbd2f58fab0ec4d6dee2c4" } }, { diff --git a/README.md b/README.md index f6e2b64f..aeb07bff 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ 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:1.2.39' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.40' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.39" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.40" ``` ## Authentication