From 9b7683bc29a0b0760b5dbe97cc71ddcdacdbe114 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 8 Jul 2021 16:57:22 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 82441057f..dc41041e8 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": "9e943599b629d01bddcaeb69dde1f58f331e8987" + "sha": "e4dcd1a0a8b7e38ef8e366f4fe0e3ef306c3889f" } }, { diff --git a/README.md b/README.md index 3ce0b1392..7edcbab0c 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.3 + 1.135.4 ``` @@ -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.3' +compile 'com.google.cloud:google-cloud-bigquery:1.135.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.135.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.135.4" ``` ## Authentication