Skip to content

Commit a698567

Browse files
committed
Extract error prone version as a property
1 parent 74975c5 commit a698567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
156156
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
157157
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version>
158+
<error-prone.version>2.38.0</error-prone.version>
158159
</properties>
159160

160161
<build>
@@ -232,7 +233,7 @@
232233
<path>
233234
<groupId>com.google.errorprone</groupId>
234235
<artifactId>error_prone_core</artifactId>
235-
<version>2.38.0</version>
236+
<version>${error-prone.version}</version>
236237
</path>
237238
</annotationProcessorPaths>
238239
</configuration>

0 commit comments

Comments
 (0)