From a07d09c9335742c38981deed30f0921e64ff2a31 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 4 Jan 2022 19:15:39 +0000 Subject: [PATCH] fix(java): run Maven in plain console-friendly mode (#1301) Source-Link: https://github.com/googleapis/synthtool/commit/79568427bbb18e1a926110df7dfcb51ed2050703 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d --- .github/.OwlBot.lock.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 3d2f828246..731a0eb4a6 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87 + digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d diff --git a/README.md b/README.md index 40ca391291..8ccb53dccc 100644 --- a/README.md +++ b/README.md @@ -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.7.0' +implementation 'com.google.cloud:google-cloud-bigquerystorage:2.8.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.8.0" ``` ## Authentication