From 747098499c80a484625c5d58df5dbdfe66239c9a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 23 Aug 2021 16:14:35 -0700 Subject: [PATCH] chore: regenerate README (#999) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-23 23:02:31,357 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-23 23:02:32,432 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/a3dec0b7-d8c7-4b9c-a890-46029dcb2f0c/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 a7d458bc..715c6136 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-bigquerydatatransfer.git", - "sha": "fba4ddcc1fda2f20a7c6535862e93ba78077ff74" + "sha": "9a741cb6748c5eb0054d202d88f5c6273e034b51" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c" + "sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb" } } ] diff --git a/README.md b/README.md index b932347a..4508ea2f 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-bigquerydatatransfer' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.4' +compile 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.5" ``` ## Authentication