diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 705099e5..c1bfeb76 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": "98a9a1aa39872c888ab2927316dfc42b54a91d9b" + "sha": "52003251ea6ac22693f7a93d33dfaee6d1962af8" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc" + "sha": "fbc7b766ef43c75293b26159ecaf66cb3fb23770" } } ] diff --git a/README.md b/README.md index 819f9e6b..29f33b7f 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.5 + 1.2.6 ``` @@ -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.5' +compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.2.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.5" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.2.6" ``` ## Authentication