diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index eb58f0236..474f25902 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-bigquery.git", - "sha": "8e45a5ac0cf1053d7cf9e3f40efe49f68678a287" + "sha": "beebb5c8feb78e3c32b606bcb151b06c9e94faf0" } }, { diff --git a/README.md b/README.md index b7fc8fac8..380cecac1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.131.0 + 1.131.1 ``` @@ -53,12 +53,12 @@ compile 'com.google.cloud:google-cloud-bigquery' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:1.131.0' +compile 'com.google.cloud:google-cloud-bigquery:1.131.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.1" ``` ## Authentication