From 63a91a938d7ceefd1b057b1e9c03b5adad5567d6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Feb 2023 22:29:07 +0000 Subject: [PATCH 1/2] deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 --- 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 6f343c15fe..829edcec3b 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -102,7 +102,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.graalvm.buildtools junit-platform-native - 0.9.19 + 0.9.20 test From ffcc3c3513c4a698aa0e5337ff8eec263e68aee8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 14 Feb 2023 22:31:47 +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 bbf21177aa..a24696c4af 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.7.0') +implementation platform('com.google.cloud:libraries-bom:26.8.0') implementation 'com.google.cloud:google-cloud-firestore' ```