From ef69d68cae349153c0ec4f87bf3ac5b6223e222d Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 31 Mar 2021 17:20:37 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 3ab244f805..d9c6364402 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-bigquerystorage.git", - "sha": "e34232e53ccf7b74f94108bc97b8a4cbe7ced737" + "sha": "44c0aeffa489aa67552be8a252e552d0c83685d9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef" + "sha": "4501974ad08b5d693311457e2ea4ce845676e329" } } ] diff --git a/README.md b/README.md index 8a0f49ebf0..9cebd2acf4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 1.16.1 + 1.17.0 ``` @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigquerystorage' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:1.16.1' +compile 'com.google.cloud:google-cloud-bigquerystorage:1.17.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.16.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.17.0" ``` ## Authentication