File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments