From 5ded88079587ca16e9dd2a398573692439faeb60 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 13 May 2021 07:12:16 -0700 Subject: [PATCH] chore: regenerate README (#557) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-13 14:04:45,532 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-containeranalysis/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 14:04:46,813 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/8b6e25ee-95d7-492d-9fcd-5d23cca9df9e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 5d889c2c..6c0e98a0 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": "dcc69ad0f51f7a2f1191ec471efe6b6556ccccbb" + "sha": "e6fdea257dcf9d8f98ecfbaa820e5df4a1d100df" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6726988c677bb78385868bfc48dbfa2fe981d44a" + "sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd" } } ] diff --git a/README.md b/README.md index e358ab2f..5ea42ced 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 - 20.2.0 + 20.3.0 pom import @@ -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.38' +compile 'com.google.cloud:google-cloud-containeranalysis:1.2.39' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.38" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.39" ``` ## Authentication