From fa78fc1c0c8a7c001e8a896792c2c0751b4393bc Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 18 May 2021 22:28:02 -0700 Subject: [PATCH] chore: regenerate README (#1330) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-19 05:17:35,360 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-19 05:17:36,603 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/1fdc6908-c58a-48fe-a983-76cb64d05e32/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index eb58f0236..474f25902 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "8e45a5ac0cf1053d7cf9e3f40efe49f68678a287" + "sha": "beebb5c8feb78e3c32b606bcb151b06c9e94faf0" } }, { diff --git a/README.md b/README.md index b7fc8fac8..380cecac1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.131.0 + 1.131.1 ``` @@ -53,12 +53,12 @@ compile 'com.google.cloud:google-cloud-bigquery' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:1.131.0' +compile 'com.google.cloud:google-cloud-bigquery:1.131.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.1" ``` ## Authentication