From 592d9818d5185844c06455a0d549c87d208433ba Mon Sep 17 00:00:00 2001 From: Cindy Peng <148148319+cindy-peng@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:05:43 -0800 Subject: [PATCH] chore(.github): Update logback issues and prs assignee (#1497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(.github): Update logback issues and prs assignee * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: cindy-peng Co-authored-by: Owl Bot --- .github/blunderbuss.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 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 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' ```