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