Skip to content

Commit

Permalink
deps: error_prone_annotations from the shared deps BOM (#1102)
Browse files Browse the repository at this point in the history
The shared dependencies BOM has error_prone_annotations entry. Let's use it rather than declaring the version here.
  • Loading branch information
suztomo committed Apr 26, 2022
1 parent 063b7aa commit 3bb2bec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
```
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -82,12 +82,6 @@
<version>1.116.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
</dependency>

<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.13.1</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 3bb2bec

Please sign in to comment.