From 58060a0ebc0c84d60b2c6613870a5a70bde9c71b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 16 May 2021 19:02:13 -0700 Subject: [PATCH] chore: regenerate README (#490) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-17 01:53:56,828 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-17 01:53:58,198 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/eb32739b-6e45-4f3f-9eed-b27039b19b6d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .../.github/readme/synth.metadata/synth.metadata | 2 +- java-resourcemanager/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata index 883f26d6b21f..d19d44c1de9c 100644 --- a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata +++ b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-resourcemanager.git", - "sha": "9342259ff6df37c45dd0f02dedecb869fecdbd9d" + "sha": "ec94b6e56f01893ad46f950723b4a2b345c15308" } }, { diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index f136750038fb..59a01097b3a6 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 20.3.0 + 20.4.0 pom import @@ -48,7 +48,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.3.0') +implementation platform('com.google.cloud:libraries-bom:20.4.0') compile 'com.google.cloud:google-cloud-resourcemanager' ```