From e522efed8cda134aad212d3123df5af53923ceeb Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 19 May 2021 14:16:04 -0700 Subject: [PATCH] chore: regenerate README (#499) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-19 21:09:17,013 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-19 21:09:18,187 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/db0d1e78-842f-44ed-8df5-c1778dc75a6a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .../.github/readme/synth.metadata/synth.metadata | 4 ++-- java-resourcemanager/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata index d19d44c1de9c..a6907265ede5 100644 --- a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata +++ b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-resourcemanager.git", - "sha": "ec94b6e56f01893ad46f950723b4a2b345c15308" + "sha": "9d93d913825c2c3e4db52851a512e362a0c45ff4" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "bf148334fb9ee928d4c302d2aa32eb61252808d1" } } ] diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index 59a01097b3a6..0d46972c2d6c 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-resourcemanager' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-resourcemanager:0.119.4-alpha' +compile 'com.google.cloud:google-cloud-resourcemanager:0.119.5-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.4-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.5-alpha" ``` ## Authentication