Skip to content

Commit f554de4

Browse files
committed
Bump spotbugs-maven-plugin and spotbugs-annotations
1 parent ccd9122 commit f554de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<jcommander.version>1.82</jcommander.version>
2727
<junit.version>4.13.2</junit.version>
2828
<ralib.version>0.1-SNAPSHOT</ralib.version>
29-
<spotbugs-annotations.version>4.9.7</spotbugs-annotations.version>
29+
<spotbugs-annotations.version>4.9.8</spotbugs-annotations.version>
3030
</properties>
3131

3232
<dependencyManagement>
@@ -399,7 +399,7 @@
399399
<plugin>
400400
<groupId>com.github.spotbugs</groupId>
401401
<artifactId>spotbugs-maven-plugin</artifactId>
402-
<version>4.9.7.0</version>
402+
<version>4.9.8.1</version>
403403
<configuration>
404404
<threshold>Medium</threshold>
405405
<includeFilterFile>.spotbugs/include.xml</includeFilterFile>

0 commit comments

Comments
 (0)