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 48352f1 commit 7d503a7Copy full SHA for 7d503a7
pom.xml
@@ -25,21 +25,21 @@
25
<plugin>
26
<groupId>com.github.spotbugs</groupId>
27
<artifactId>spotbugs-maven-plugin</artifactId>
28
- <version>4.8.2.0</version>
+ <version>4.8.6.1</version>
29
<configuration>
30
<plugins>
31
32
<groupId>com.h3xstream.findsecbugs</groupId>
33
<artifactId>findsecbugs-plugin</artifactId>
34
- <version>1.12.0</version>
+ <version>1.13.0</version>
35
</plugin>
36
</plugins>
37
</configuration>
38
39
40
<groupId>org.jacoco</groupId>
41
<artifactId>jacoco-maven-plugin</artifactId>
42
- <version>0.8.11</version>
+ <version>0.8.12</version>
43
<executions>
44
<execution>
45
<goals>
0 commit comments