From c051694904bb4ccbaa86718effbb623fd6f9c607 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 23 Feb 2021 17:24:39 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ed5f374a..82a268cb 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": "979b50a50903ba0836bd516d3f759da9d97cc048" + "sha": "874915cb9c8f42c1e56824cd4a8de44affbc7dc9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2" + "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" } } ] diff --git a/README.md b/README.md index 63551f5f..a4551dfc 100644 --- a/README.md +++ b/README.md @@ -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.11' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.29' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.11" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.29" ``` ## Authentication