Skip to content

Commit

Permalink
Updated Spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jun 27, 2024
1 parent ee71cb7 commit a4428fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@
<!-- Build plugin properties -->
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.7.3</spotbugs.version>
<maven-spotbugs.version>4.7.3.0</maven-spotbugs.version>

<spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
<spotbugs.version>4.8.5</spotbugs.version>


<asciidoctor-maven-plugin.version>2.1.0</asciidoctor-maven-plugin.version>
<asciidoctorj.diagram.version>2.1.0</asciidoctorj.diagram.version>
<dependency.check.version>8.4.3</dependency.check.version>
Expand Down Expand Up @@ -194,7 +197,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${maven-spotbugs.version}</version>
<version>${spotbugs-maven-plugin.version}</version>
<configuration>
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
</configuration>
Expand Down

0 comments on commit a4428fc

Please sign in to comment.