diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6eec84a9..aa1202ed 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": "b1048f2686e2d6beaae2c1e92a1fddd00db6cff9" + "sha": "51954f6df0919cde0db1b0381b166e8887460eed" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "b259489b06b25f399768b74b8baa943991f38ea7" + "sha": "5de29e9434b63ea6d7e46dc348521c62969af1a1" } } ] diff --git a/README.md b/README.md index 1e80cb06..692466a8 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.9' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.10' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.9" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.10" ``` ## Authentication