Skip to content

Commit

Permalink
Update spotbugs (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 19, 2023
1 parent c9a30e4 commit ee54b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3.0</version>
<version>4.7.3.4</version>
<configuration><excludeFilterFile>${project.basedir}/spotbugs-excludes.xml</excludeFilterFile></configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.1</version>
<version>4.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ee54b13

Please sign in to comment.