From 63ecf6cca7edcce07e128045c688f706318e68f8 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 27 Apr 2022 08:04:22 -0400 Subject: [PATCH 1/2] deps: error_prone_annotations from shared deps BOM --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index a6bc68ec0..bad104dae 100644 --- a/pom.xml +++ b/pom.xml @@ -189,11 +189,6 @@ pom import - - com.google.errorprone - error_prone_annotations - 2.13.1 - junit From 5799b60a1770e9c674039cefd65f37a36b8e2cc9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 27 Apr 2022 13:08:37 +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 76b93b62f..5ee3ac3cf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,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-speech' ```