We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b4841 commit 3e54bb4Copy full SHA for 3e54bb4
pom.xml
@@ -74,6 +74,7 @@
74
<github.global.server>github</github.global.server>
75
<maven.surefire-report.version>2.22.2</maven.surefire-report.version>
76
<junit.jupiter.version>5.7.2</junit.jupiter.version>
77
+ <spotbugs.maven.version>4.0.4</spotbugs.maven.version>
78
<!--Exclude the files here -->
79
<sonar.exclusions>src/main/java/javax/measure/BinaryPrefix.java,src/main/java/javax/measure/MetricPrefix.java</sonar.exclusions>
80
</properties>
@@ -782,7 +783,7 @@
782
783
<plugin>
784
<groupId>com.github.spotbugs</groupId>
785
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.0.4</version>
786
+ <version>${spotbugs.maven.version}</version>
787
</plugin>
788
</plugins>
789
</reporting>
0 commit comments