From 48fa408a0a817feb56bd5c17a9941167f26478a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Jan 2023 20:45:02 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20221217-2.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f510c6bd4..ea7a74dd2 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ UTF-8 github google-cloud-bigquery-parent - v2-rev20221209-2.0.0 + v2-rev20221217-2.0.0 3.1.0 10.0.1 From 7b90a9bfd3cf2579549ed6d34e8e3c40e6cbb31c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 11 Jan 2023 20:47:38 +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 3a6a3fc7f..2ec0f5063 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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.2.0') +implementation platform('com.google.cloud:libraries-bom:26.3.0') implementation 'com.google.cloud:google-cloud-bigquery' ```