From b250db3b027808f13b2ea7d495380e586624c96b Mon Sep 17 00:00:00 2001 From: cindy-peng Date: Thu, 14 Dec 2023 12:26:02 -0800 Subject: [PATCH 1/2] chore(.github): Update logback issues and prs assignee --- .github/blunderbuss.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 07df945a0..6edb50b98 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,9 +1,9 @@ # Configuration for the Blunderbuss GitHub app. For more info see # https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss assign_issues: - - googleapis/api-logging-reviewers + - googleapis/api-logging-java-reviewers assign_prs: - - googleapis/api-logging-reviewers + - googleapis/api-logging-java-reviewers assign_prs_by: - labels: - samples From c2213d648a47f08e6614bd843bd0c6cdd0872ec5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 14 Dec 2023 20:28:44 +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' ```