diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 252a5f81a..0e9e6ffdb 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "cf36b82ef9bc0849a87b717c099321915a76b967" + "sha": "6de06aa721d63a8f4972cfcec6afa4ec5b068bc9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c2de32114ec484aa708d32012d1fa8d75232daf5" + "sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1" } } ] diff --git a/README.md b/README.md index 01706882d..456684d39 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.125.0 + 1.125.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:1.125.0' +compile 'com.google.cloud:google-cloud-bigquery:1.125.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.125.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.125.2" ``` ## Authentication