From f9c85475ca802611ebb4674058a59dff933295c9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 13 May 2021 08:40:04 -0700 Subject: [PATCH] chore: regenerate README (#830) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-13 15:34:12,469 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 15:34:13,700 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/b46808bf-b3aa-48c7-9d6c-b57a830143a9/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 ca7aeb24..b90e7309 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": "333764b1e8353790cf2461eb666a52d1020fde90" + "sha": "d7f114b90804970543a163593d357ddf1478a989" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c0edb1b97d81f56eaba1e896e9756268940c56c1" + "sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd" } } ] diff --git a/README.md b/README.md index 1e5409eb..5bd4f631 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerydatatransfer - 1.2.14 + 1.2.15 ``` @@ -51,12 +51,12 @@ 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:1.2.14' +compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.2.15' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.14" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.15" ``` ## Authentication