Skip to content

Commit 5a10b30

Browse files
committed
Update maven plugins
1 parent ad8185e commit 5a10b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
<plugin>
2626
<groupId>com.github.spotbugs</groupId>
2727
<artifactId>spotbugs-maven-plugin</artifactId>
28-
<version>4.8.2.0</version>
28+
<version>4.8.6.1</version>
2929
<configuration>
3030
<plugins>
3131
<plugin>
3232
<groupId>com.h3xstream.findsecbugs</groupId>
3333
<artifactId>findsecbugs-plugin</artifactId>
34-
<version>1.12.0</version>
34+
<version>1.13.0</version>
3535
</plugin>
3636
</plugins>
3737
</configuration>
3838
</plugin>
3939
<plugin>
4040
<groupId>org.jacoco</groupId>
4141
<artifactId>jacoco-maven-plugin</artifactId>
42-
<version>0.8.11</version>
42+
<version>0.8.12</version>
4343
<executions>
4444
<execution>
4545
<goals>

0 commit comments

Comments
 (0)