From a461935b8c73cb181beddc603910f636811ca634 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 26 Oct 2020 11:50:04 -0700 Subject: [PATCH] chore: regenerate README (#584) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-26 18:42:05,045 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-26 18:42:05,924 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/e43ee1ea-dac0-43f9-974c-4bd6337618ce/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a40d48f0e..6e24bbc37 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-storage.git", - "sha": "38dc36ff4c4683c4de1f5b184b4f438f8be322cf" + "sha": "1f5f9e07d36eb79b524bc7c9a8e514e4260be17a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a" + "sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e" } } ] diff --git a/README.md b/README.md index 3a2522252..d6284cb15 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 1.113.1 + 1.113.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:1.113.1' +compile 'com.google.cloud:google-cloud-storage:1.113.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.1" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.2" ``` ## Authentication