From eb0dcc79c9532d9c7bc6d2c2b6209f23de5eea3a Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 14 Jan 2021 23:45:09 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 344bdf9d5c..763cb2b16c 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-bigquerystorage.git", - "sha": "f02bed448912b683a85fe31e1c7da3efe169d95c" + "sha": "0ceff8ac3db27c98da38ea2b431d41cbc1856941" } }, { diff --git a/README.md b/README.md index e4dcf0c4b0..4bd2ede5dc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 16.2.1 + 16.3.0 pom import @@ -38,25 +38,25 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 1.8.3 + 1.8.4 ``` If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:16.2.1') +implementation platform('com.google.cloud:libraries-bom:16.3.0') 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.8.3' +compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.4" ``` ## Authentication