From 7f5d1fe3ef6ac793f53c8a7ea51574feb5950446 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 13 Dec 2023 11:20:24 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 --- 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 9c48b3d3f..dba50a694 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.2.3 **/IT* From 7a1f2b6b06a946744827de27aa96b8cc014a8fb5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 13 Dec 2023 11:23:08 +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 78ca2dc49..cf6472909 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are using Maven without the 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.27.0') +implementation platform('com.google.cloud:libraries-bom:26.29.0') implementation 'com.google.cloud:google-cloud-logging' ```