Skip to content

Commit

Permalink
Bump version of SpotBugs to 4.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 10, 2021
1 parent cd3fd70 commit a574af5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
<json-unit-fluent.version>2.28.0</json-unit-fluent.version>

<!-- Maven plug-in versions -->
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
<spotbugs-maven-plugin.version>4.5.0.0</spotbugs-maven-plugin.version>
<spotbugs.version>4.5.1</spotbugs.version>
<pmd.version>6.41.0</pmd.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<checkstyle.version>9.2</checkstyle.version>
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
<findsecbugs-plugin.version>1.11.0</findsecbugs-plugin.version>
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
<maven-surefire.plugin>3.0.0-M4</maven-surefire.plugin>
Expand Down Expand Up @@ -400,6 +402,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs-maven-plugin.version}</version>
<executions>
<execution>
<id>run-spotbugs</id>
Expand Down Expand Up @@ -437,6 +440,11 @@
<version>${codingstyle.config.version}</version>
<classifier>config</classifier>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>${spotbugs.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down

0 comments on commit a574af5

Please sign in to comment.