From fd57f30c955b44961d7ca25ba02227fdc0f9ab32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Nov 2021 03:28:34 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage to v2.5.1 --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 5b32c54cde..895a108c03 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -30,7 +30,7 @@ com.google.cloud google-cloud-bigquerystorage - 2.5.0 + 2.5.1 From 549465c34e3acbe66b17278fda50a397742effa6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 3 Nov 2021 03:30:53 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a25ec37be..1aa63cf55a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 2.5.0 + 2.5.1 ``` @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerystorage:2.5.0' +implementation 'com.google.cloud:google-cloud-bigquerystorage:2.5.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.5.1" ``` ## Authentication