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

Commit 36ca536

Browse files
authored
deps: error_prone_annotations from shared deps BOM (#770)
The shared dependencies BOM provides the latest error_prone_annotations version. No need to specify in individual repositories.
1 parent 8a0d8b2 commit 36ca536

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
@@ -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
```

google-cloud-resourcemanager/pom.xml

Lines changed: 0 additions & 5 deletions
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)