From e1f0f34349dca8cff303abdaed5fb878af7f9b7f Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Mon, 31 May 2021 21:26:09 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index bcc520f4..040d7c26 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": "043d026e2cd09f3dfdd753c805f01e4e977a7f83" + "sha": "77cd752b6b3472c92444066977b20622d30fd56a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "d543abd7c1f500bdbe530a35ca174ee374fde8f6" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/README.md b/README.md index 6b8c5afd..5dd2c544 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-containeranalysis - 1.3.1 + 1.3.2 ``` @@ -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.3.1' +compile 'com.google.cloud:google-cloud-containeranalysis:1.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.2" ``` ## Authentication