Skip to content

Commit 3bb2bec

Browse files
authored
deps: error_prone_annotations from the shared deps BOM (#1102)
The shared dependencies BOM has error_prone_annotations entry. Let's use it rather than declaring the version here.
1 parent 063b7aa commit 3bb2bec

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

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

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:25.1.0')
54+
implementation platform('com.google.cloud:libraries-bom:25.2.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
8282
<version>1.116.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
8383
</dependency>
8484

85-
<dependency>
86-
<groupId>com.google.errorprone</groupId>
87-
<artifactId>error_prone_annotations</artifactId>
88-
<version>2.13.1</version>
89-
</dependency>
90-
9185
<!-- Test dependencies -->
9286
<dependency>
9387
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)