Skip to content

Commit fa6e28c

Browse files
committed
Update SpotBugs
1 parent 3031582 commit fa6e28c

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
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.github.spotbugs</groupId>
6060
<artifactId>spotbugs-annotations</artifactId>
61-
<version>4.8.6</version>
61+
<version>4.9.3</version>
6262
<optional>true</optional>
6363
<exclusions>
6464
<exclusion>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>com.github.spotbugs</groupId>
118118
<artifactId>spotbugs-maven-plugin</artifactId>
119-
<version>4.8.6.6</version>
119+
<version>4.9.3.2</version>
120120
<configuration>
121121
<threshold>High</threshold>
122122
</configuration>

0 commit comments

Comments
 (0)