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' ```