We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b8275 commit ccd9122Copy full SHA for ccd9122
pom.xml
@@ -26,7 +26,7 @@
26
<jcommander.version>1.82</jcommander.version>
27
<junit.version>4.13.2</junit.version>
28
<ralib.version>0.1-SNAPSHOT</ralib.version>
29
- <spotbugs-annotations.version>4.9.6</spotbugs-annotations.version>
+ <spotbugs-annotations.version>4.9.7</spotbugs-annotations.version>
30
</properties>
31
32
<dependencyManagement>
@@ -399,7 +399,7 @@
399
<plugin>
400
<groupId>com.github.spotbugs</groupId>
401
<artifactId>spotbugs-maven-plugin</artifactId>
402
- <version>4.9.6.0</version>
+ <version>4.9.7.0</version>
403
<configuration>
404
<threshold>Medium</threshold>
405
<includeFilterFile>.spotbugs/include.xml</includeFilterFile>
0 commit comments