From e8a78cd12c6e9435323cdd7f19829d86853c0cc8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 10 Jun 2021 08:18:09 -0700 Subject: [PATCH] chore: regenerate README (#543) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-10 15:11:16,761 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-vision/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-10 15:11:18,002 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/f46462ee-c191-455b-b0b0-e35e10f5d0f3/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 b73d2cdf0..f50c5fdeb 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-vision.git", - "sha": "06d9ad1565c7f7f54ce783f0e2dd65d178fd17c5" + "sha": "c32497eee85f6cb2d625819997c977f06cf89207" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53" + "sha": "5cae043787729a908ed0cab28ca27baf9acee3c4" } } ] diff --git a/README.md b/README.md index acab1dad3..10ab29b4c 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-vision' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-vision:1.103.1' +compile 'com.google.cloud:google-cloud-vision:1.103.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "1.103.1" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "1.103.2" ``` ## Authentication