From fe71e643a6a39af8e1d883e4bd3ad7380921e260 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 30 Aug 2021 16:50:09 -0700 Subject: [PATCH] chore: regenerate README (#625) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-30 23:43:52,713 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datacatalog/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-30 23:43:53,769 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/67c145f2-9303-44fa-9457-3c7c41bde501/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 2992220f..21cdf08f 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-datacatalog.git", - "sha": "3479002160fab81ddbcdcf17c2c54a2966da6045" + "sha": "34cf8d00584d342d843d5f999d586bfc82db4763" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "31728d872f50e439ded2f67fa8d67955b26a4e35" + "sha": "dfd55ad78a700acf987d592c8279789b1319b8c5" } } ] diff --git a/README.md b/README.md index 5e6ee6ce..c255ac52 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ If you are using Gradle 5.x or later, add this to your dependencies ```Groovy implementation platform('com.google.cloud:libraries-bom:22.0.0') -compile 'com.google.cloud:google-cloud-datacatalog' +implementation 'com.google.cloud:google-cloud-datacatalog' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-datacatalog:1.5.3' +implementation 'com.google.cloud:google-cloud-datacatalog:1.5.3' ``` If you are using SBT, add this to your dependencies