Skip to content

Commit

Permalink
BATIK-1364: Switch to spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Jan 18, 2024
1 parent f6610f7 commit f8d3f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -16,7 +16,7 @@
<checkstyle.version>2.15</checkstyle.version>
<compiler.version>3.3</compiler.version>
<dependency.version>3.1.1</dependency.version>
<findbugs.version>3.0.1</findbugs.version>
<findbugs.version>3.1.12.2</findbugs.version>
<jar.version>3.1.1</jar.version>
<java.version>1.8</java.version>
<junit.version>4.11</junit.version>
Expand Down Expand Up @@ -130,8 +130,8 @@
<version>${surefire.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${findbugs.version}</version>
</plugin>
<plugin>
Expand Down

0 comments on commit f8d3f20

Please sign in to comment.