From 5fb72bc0fd0003bcfaa6d6798aaa4b7af53c5a84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Oct 2022 22:53:22 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.auto.value:auto-value-annotations to v1.10 --- google-cloud-bigquerystorage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-bigquerystorage/pom.xml b/google-cloud-bigquerystorage/pom.xml index 5bdef5080b..6f0509b770 100644 --- a/google-cloud-bigquerystorage/pom.xml +++ b/google-cloud-bigquerystorage/pom.xml @@ -80,7 +80,7 @@ com.google.auto.value auto-value-annotations - 1.9 + 1.10 com.google.protobuf From a4172788663b18b104afce262b81833adaa44382 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 6 Oct 2022 22:55:59 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f8655513..ad0cfda94f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.2') +implementation platform('com.google.cloud:libraries-bom:26.1.3') implementation 'com.google.cloud:google-cloud-bigquerystorage' ```