From e1bc3c67666a1df5b579228098a0fa34d54c1c13 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 15 Dec 2020 22:40:55 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index bd4a5121..922fef2d 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-containeranalysis.git", - "sha": "3aeb4978d48c007266d6c5d4a051153dc696023f" + "sha": "26d0de1bd933f81022fd6a0fbebcda17f5321d6d" } }, { diff --git a/README.md b/README.md index e60d4855..6f978a62 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 16.1.0 + 16.2.0 pom import @@ -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.7' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.9' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.7" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.9" ``` ## Authentication