From d255789993c84d7ee546a8a684a3ce64b6126902 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Mar 2023 08:39:08 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 --- samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/pom.xml b/samples/pom.xml index df9eb5deb4..92ca82ebec 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.0 + 3.1.1 true From 17f5d6ac863013809d7ff65395577e12da9e4a7d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 24 Mar 2023 08:41:06 +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 cdba75835b..a59d5be58c 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.10.0') +implementation platform('com.google.cloud:libraries-bom:26.11.0') implementation 'com.google.cloud:google-cloud-firestore' ```