From 961d964c1fe0a9da6ea2936cf1375265e7b94e03 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Jan 2023 20:44:05 +0000 Subject: [PATCH 1/2] deps: update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 --- samples/native-image-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 4962e9b0e..f71b49e5b 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -93,7 +93,7 @@ org.junit.vintage junit-vintage-engine - 5.9.1 + 5.9.2 test From ce42296d92b539e24ab138286a65042bceee26ef Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 11 Jan 2023 20:46:49 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b36b9ac87..48d991e57 100644 --- a/README.md +++ b/README.md @@ -52,20 +52,20 @@ 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' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquery:2.20.0' +implementation 'com.google.cloud:google-cloud-bigquery:2.20.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.20.1" ``` ## Authentication