Skip to content

Commit 076c184

Browse files
committed
Updated plugins
1 parent bf62142 commit 076c184

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

pom.xml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,22 @@
183183
</execution>
184184
</executions>
185185
</plugin>
186+
<plugin>
187+
<groupId>com.github.spotbugs</groupId>
188+
<artifactId>spotbugs-maven-plugin</artifactId>
189+
<version>3.1.1</version>
190+
<configuration>
191+
<effort>Max</effort>
192+
<threshold>Low</threshold>
193+
<plugins>
194+
<plugin>
195+
<groupId>com.h3xstream.findsecbugs</groupId>
196+
<artifactId>findsecbugs-plugin</artifactId>
197+
<version>LATEST</version>
198+
</plugin>
199+
</plugins>
200+
</configuration>
201+
</plugin>
186202
</plugins>
187203

188204
<pluginManagement>
@@ -225,7 +241,7 @@
225241
<plugin>
226242
<groupId>org.owasp</groupId>
227243
<artifactId>dependency-check-maven</artifactId>
228-
<version>3.0.2</version>
244+
<version>3.1.0</version>
229245
<configuration>
230246
<skipProvidedScope>true</skipProvidedScope>
231247
<skipRuntimeScope>true</skipRuntimeScope>
@@ -238,15 +254,6 @@
238254
</reportSet>
239255
</reportSets>
240256
</plugin>
241-
<plugin>
242-
<groupId>org.codehaus.mojo</groupId>
243-
<artifactId>findbugs-maven-plugin</artifactId>
244-
<version>3.0.5</version>
245-
<configuration>
246-
<findbugsXmlOutput>true</findbugsXmlOutput>
247-
<xmlOutput>true</xmlOutput>
248-
</configuration>
249-
</plugin>
250257
</plugins>
251258
</reporting>
252259

0 commit comments

Comments
 (0)