Skip to content

Commit ccd9122

Browse files
committed
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.6.0 to 4.9.7.0
1 parent f8b8275 commit ccd9122

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.6</spotbugs-annotations.version>
29+
<spotbugs-annotations.version>4.9.7</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.6.0</version>
402+
<version>4.9.7.0</version>
403403
<configuration>
404404
<threshold>Medium</threshold>
405405
<includeFilterFile>.spotbugs/include.xml</includeFilterFile>

0 commit comments

Comments
 (0)