From 95abd5313e37db27ce27073a46f616d387cd37a7 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 2 Mar 2021 15:42:04 -0800 Subject: [PATCH] chore: regenerate README (#585) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-03-02 23:30:21,514 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-asset/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-02 23:30:22,444 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/c60326fc-cb53-4487-8dc3-3b5a198374c0/targets - [ ] To automatically regenerate this PR, check this box. --- .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 b4f3f3f79..857f7ed7c 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-asset.git", - "sha": "97fe39e16e68f88ee89907807ac69789697d186e" + "sha": "e6c2fec7f575aaea72efebae2db7085440d89821" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57" + "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" } } ] diff --git a/README.md b/README.md index a53381ed7..bedbac3f6 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-asset' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-asset:2.3.1' +compile 'com.google.cloud:google-cloud-asset:2.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.2" ``` ## Authentication