diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index e67b91843..712dfe187 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": "530d44e857983ba7928914d8aa532bc71b798bfb" + "sha": "8479fd32c3136618ad1dea2cbcb6b7ee78cf8861" } }, { diff --git a/README.md b/README.md index f230970e5..3bcf6b67c 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.135.0 + 1.135.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.135.0' +compile 'com.google.cloud:google-cloud-bigquery:1.135.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.135.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.135.1" ``` ## Authentication