From dc061bf6667044b1584facd79df68de63d0afe36 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 19 Aug 2021 10:50:10 -0700 Subject: [PATCH] chore: regenerate README (#1252) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-19 17:38:54,304 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-19 17:38:55,345 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/3c9668df-7e61-4780-9179-d5e7f6a30a22/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 bef6d0c447..bfac4fbb4b 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-bigquerystorage.git", - "sha": "949bcb6bb7fef9b03fc8cf5aee58538e34fc0211" + "sha": "2aa2d02293a51fb2689013ad8dbb7a36fc52fe97" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a01e1a0bf70754f51450958b966bd673945d1e6e" + "sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c" } } ] diff --git a/README.md b/README.md index 982736e3ae..7230b6e83c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 2.0.2 + 2.0.3 ``` @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-bigquerystorage' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:2.0.2' +compile 'com.google.cloud:google-cloud-bigquerystorage:2.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.3" ``` ## Authentication