diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 739220be..0aedadba 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": "6d86df1aa13415f9f8adae542eabe45fcac39d90" + "sha": "82a053420fd363561c6a088006fe83eb7cc988bf" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "27e0e916cbfdb3d5ff6639b686cc04f78a0b0386" + "sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11" } } ] diff --git a/README.md b/README.md index 0a8c50e5..e4128e6f 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-containeranalysis:1.2.2' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.3" ``` ## Authentication