From d52fc534fd69754bf6c8299495f7d6d760394f2b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 19 May 2021 14:12:05 -0700 Subject: [PATCH] chore: regenerate README (#444) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-19 21:04:15,865 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-webrisk/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-19 21:04:17,181 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/5418ee18-01a6-49cb-8c0d-cc6f9546eb06/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 a0364445..220a296a 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-webrisk.git", - "sha": "eeed548737faf5412d61b21384c33dc613a56633" + "sha": "075a4fea5429cec77f626f16220002e9db413504" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "bf148334fb9ee928d4c302d2aa32eb61252808d1" } } ] diff --git a/README.md b/README.md index 513c816d..dc9a76b2 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-webrisk' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-webrisk:1.1.14' +compile 'com.google.cloud:google-cloud-webrisk:1.1.15' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "1.1.14" +libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "1.1.15" ``` ## Authentication