From cee1fcad9a914167059aeb39415be7ef15de26f5 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 26 Apr 2022 17:15:11 -0400 Subject: [PATCH 1/2] deps: error_prone_annotations from the shared deps BOM --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index bd9e0fffa..f68a093af 100644 --- a/pom.xml +++ b/pom.xml @@ -82,12 +82,6 @@ 1.116.5-SNAPSHOT - - com.google.errorprone - error_prone_annotations - 2.13.1 - - org.mockito From 814d17ae8017833c01ea5a028ccb14879dc817d4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 26 Apr 2022 22:08:21 +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 d1a396e7f..320c470cf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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:25.1.0') +implementation platform('com.google.cloud:libraries-bom:25.2.0') implementation 'com.google.cloud:google-cloud-pubsub' ```