From 6dde13040d08c0718a846f30595d4bb576fc9d82 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 23 Mar 2021 09:10:03 -0700 Subject: [PATCH] chore: regenerate README (#413) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-03-23 15:44:48,242 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-23 15:44:49,092 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/0cd87ed2-2ae5-4da7-92a2-fe2a14a0b351/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 2c1881018cd1..44b87e892137 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": "08cfba5b6c8d2c3487bd083404b810e62e2021d1" + "sha": "27cee9d683167eaf7a3027c40b19610c5e3a670b" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "78437c732a60c64895778697b078497b0988346c" + "sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27" } } ] diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index 7ca99b1ff6d5..fdfe1e7dfa8c 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -41,14 +41,14 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-resourcemanager - 0.118.10-alpha + 0.118.12-alpha ``` If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:19.1.0') +implementation platform('com.google.cloud:libraries-bom:19.2.1') compile 'com.google.cloud:google-cloud-resourcemanager' ```