Skip to content

Commit

Permalink
use centralized errorprone.version in gapic-generator-java
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Mar 14, 2024
1 parent 7da86a2 commit 61c6e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.24.1</version>
<version>${errorprone.version}</version>
</dependency>

<!--
Expand Down

0 comments on commit 61c6e6a

Please sign in to comment.