diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index cd475c7b..6ee1f503 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": "89ae39104d79869e030b4729c93e17f35d5963ff" + "sha": "8c19825cd2960db6565002b32f6782dd8f1a4f0c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a2de127f90799cd5bace653b1dcc5dd2ca8b19c9" + "sha": "1778de119522ea9c9b18763c2a4577e22a60433c" } } ] diff --git a/README.md b/README.md index 64c09839..314010bc 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.3.0' +compile 'com.google.cloud:google-cloud-containeranalysis:1.3.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.1" ``` ## Authentication