diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 206cbd9b8d..22d4fec3c0 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": "f978b85ae31bb77ede4b154d380ab8aeb0fafd51" + "sha": "673cd094c35be8f6f9ed6e477d0e82c73d592efb" } }, { diff --git a/README.md b/README.md index 458944c4e9..3eb1fa9118 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-bigquerystorage - 1.20.3 + 1.20.4 ``` @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigquerystorage' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.3' +compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.20.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.20.4" ``` ## Authentication