diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 9050c58e23..1a330193e4 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-bigquerystorage.git", - "sha": "94ad3a3a551a29bd772fdde47ab974607196d3a3" + "sha": "f0f3f22956aa90a3d06805a4234e1eabab0550ee" } }, { diff --git a/README.md b/README.md index 53d88f72cd..61ffce1975 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 1.6.2 + 1.6.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.2' +compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.3" ``` ## Authentication