Skip to content

Commit

Permalink
deps: error_prone_annotations from shared deps BOM (#877)
Browse files Browse the repository at this point in the history
The shared dependencies BOM provides the latest error_prone_annotations version. No need to specify in individual repositories.
  • Loading branch information
suztomo committed Apr 27, 2022
1 parent 291bfae commit 949a4f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion java-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
5 changes: 0 additions & 5 deletions java-speech/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.13.1</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 949a4f4

Please sign in to comment.