From a692fe1bcd3415a1a98abd088030844c36fcc487 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 4 Dec 2020 16:28:03 -0800 Subject: [PATCH] chore: regenerate README (#998) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-12-05 00:16:21,423 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-05 00:16:22,330 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/63af523f-a9a8-4c04-a925-63f6b4b2c546/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 252a5f81a..0e9e6ffdb 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-bigquery.git", - "sha": "cf36b82ef9bc0849a87b717c099321915a76b967" + "sha": "6de06aa721d63a8f4972cfcec6afa4ec5b068bc9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c2de32114ec484aa708d32012d1fa8d75232daf5" + "sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1" } } ] diff --git a/README.md b/README.md index 01706882d..456684d39 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.125.0 + 1.125.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:1.125.0' +compile 'com.google.cloud:google-cloud-bigquery:1.125.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.125.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.125.2" ``` ## Authentication