File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 183
183
</execution >
184
184
</executions >
185
185
</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 >
186
202
</plugins >
187
203
188
204
<pluginManagement >
225
241
<plugin >
226
242
<groupId >org.owasp</groupId >
227
243
<artifactId >dependency-check-maven</artifactId >
228
- <version >3.0.2 </version >
244
+ <version >3.1.0 </version >
229
245
<configuration >
230
246
<skipProvidedScope >true</skipProvidedScope >
231
247
<skipRuntimeScope >true</skipRuntimeScope >
238
254
</reportSet >
239
255
</reportSets >
240
256
</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 >
250
257
</plugins >
251
258
</reporting >
252
259
You can’t perform that action at this time.
0 commit comments