diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 85260c62e..aae983ab7 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": "9d67e05d2a6fab0c9e6017dec33b0d74ad821825" + "sha": "3d17e181472b60805a12e446463c13e1788416ec" } }, { diff --git a/README.md b/README.md index 11b017615..46d660b10 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google com.google.cloud libraries-bom - 20.7.0 + 20.8.0 pom import @@ -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.4' +compile 'com.google.cloud:google-cloud-bigquery:1.136.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.135.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.136.0" ``` ## Authentication