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