From 7ba2b36e62e331bf41d459989c6aa71d0debe256 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 Mar 2024 02:27:05 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.7.0 --- google-cloud-spanner-executor/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-spanner-executor/pom.xml b/google-cloud-spanner-executor/pom.xml index 46b9d92ecf1..f44522494bb 100644 --- a/google-cloud-spanner-executor/pom.xml +++ b/google-cloud-spanner-executor/pom.xml @@ -164,7 +164,7 @@ maven-assembly-plugin - 3.6.0 + 3.7.0 assembly-descriptor.xml From 0dd882704e25f8191f801aedc7c6e205ad91c24a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 11 Mar 2024 02:30:01 +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 1eb566d981b..d1d086d3aa3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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.33.0') +implementation platform('com.google.cloud:libraries-bom:26.34.0') implementation 'com.google.cloud:google-cloud-spanner' ```