Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 98cc79b

Browse files
authored
deps: error_prone_annotations from shared deps BOM (#877)
The shared dependencies BOM provides the latest error_prone_annotations version. No need to specify in individual repositories.
1 parent 22cc309 commit 98cc79b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you are using Maven without BOM, add this to your dependencies:
5555
If you are using Gradle 5.x or later, add this to your dependencies
5656

5757
```Groovy
58-
implementation platform('com.google.cloud:libraries-bom:25.1.0')
58+
implementation platform('com.google.cloud:libraries-bom:25.2.0')
5959
6060
implementation 'com.google.cloud:google-cloud-speech'
6161
```

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@
189189
<type>pomtype>
190190
<scope>importscope>
191191
dependency>
192-
<dependency>
193-
<groupId>com.google.errorpronegroupId>
194-
<artifactId>error_prone_annotationsartifactId>
195-
<version>2.13.1version>
196-
dependency>
197192

198193
<dependency>
199194
<groupId>junitgroupId>

0 commit comments

Comments
 (0)