Skip to content

Commit 13a2edc

Browse files
authored
deps: error_prone_annotations from shared deps BOM (googleapis#770)
The shared dependencies BOM provides the latest error_prone_annotations version. No need to specify in individual repositories.
1 parent 3fb8a58 commit 13a2edc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

java-resourcemanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:25.1.0')
52+
implementation platform('com.google.cloud:libraries-bom:25.2.0')
5353
5454
implementation 'com.google.cloud:google-cloud-resourcemanager'
5555
```

java-resourcemanager/google-cloud-resourcemanager/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
68-
<dependency>
69-
<groupId>com.google.errorprone</groupId>
70-
<artifactId>error_prone_annotations</artifactId>
71-
<version>2.13.1</version>
72-
</dependency>
7368
</dependencies>
7469
</dependencyManagement>
7570
<dependencies>

0 commit comments

Comments
 (0)