diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata new file mode 100644 index 00000000..7e36388b --- /dev/null +++ b/.github/readme/synth.metadata/synth.metadata @@ -0,0 +1,18 @@ +{ + "sources": [ + { + "git": { + "name": ".", + "remote": "https://github.com/googleapis/java-containeranalysis.git", + "sha": "597c7e6ca295e466df6a0c47d5ed7eb80173a3c7" + } + }, + { + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "5c0fa62eea9c33ebe61e582424b659eb264e1ba4" + } + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 154469aa..b52a6bb7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-containeranalysis - 2.1.2 + 2.1.3 ``` @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-containeranalysis' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-containeranalysis:2.1.2' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.3" ``` ## Authentication