Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 6640d0c

Browse files
committed
Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.0.4
1 parent 37ac5b3 commit 6640d0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>com.github.spotbugs</groupId>
241241
<artifactId>spotbugs-maven-plugin</artifactId>
242-
<version>4.0.0</version>
242+
<version>4.0.4</version>
243243
<configuration>
244244
<omitVisitors>FindReturnRef</omitVisitors>
245245
<failOnError>true</failOnError>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>com.github.spotbugs</groupId>
279279
<artifactId>spotbugs-maven-plugin</artifactId>
280-
<version>4.0.0</version>
280+
<version>4.0.4</version>
281281
</plugin>
282282
</plugins>
283283
</reporting>

0 commit comments

Comments
 (0)