From dc098cee32596f2777ad06f825afb887cd80037c Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Mon, 3 May 2021 18:36:41 +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 88125ac4..7d104cfc 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": "c262507a8108ddf7d64f695d310ba4091615dd3f" + "sha": "d142fefd87d9e83f45c2f292e039ec4f77fa4e32" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7" + "sha": "ee2ddbdb50cea09b4f0d71d212df2f9ad96563b8" } } ] diff --git a/README.md b/README.md index 6a6fac14..d0b5ba16 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.2.37 + 1.2.38 ``` @@ -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.37' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.38' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.37" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.38" ``` ## Authentication