diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 727608e0..b229044e 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": "8c8fececde7ecb17b8cf208c4cdcb72a88657bab" + "sha": "4d7810b87e50a238ebf2b5c20892e3fd8d034cae" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c86c7a60985644eab557949363a38301d40d78d2" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ] diff --git a/README.md b/README.md index c4abe6e9..36c248a9 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.40' +compile 'com.google.cloud:google-cloud-containeranalysis:1.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.40" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.0" ``` ## Authentication