From 90b5b077955b7750afebae36cb67a8592eb74b13 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 26 Oct 2023 10:57:57 -0400 Subject: [PATCH 1/2] chore(deps): manually updating the Libraries BOM Somehow the RenovateBot stopped working for libraries-bom in this repository. Troubleshooting: https://github.com/googleapis/synthtool/issues/1844 Followed https://github.com/googleapis/java-bigtable/pull/1868/files --- samples/native-image-sample/pom.xml | 4 ++-- samples/snippets/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 205a827de1..b6c6286287 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -29,7 +29,7 @@ com.google.cloud libraries-bom - 26.20.0 + 26.25.0 pom import @@ -131,4 +131,4 @@ - \ No newline at end of file + diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 34380d7946..b5e05baa96 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.20.0 + 26.25.0 pom import From 8f9314f05e455d8c96bf82115cac41cf402d9598 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 26 Oct 2023 15:35:19 +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 cb0b123e22..1085830425 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.20.0 + 26.25.0 pom import