Skip to content

Commit d3cc2fc

Browse files
committed
Updated reporting plugins
1 parent 2d163ac commit d3cc2fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>com.github.spotbugs</groupId>
172172
<artifactId>spotbugs-maven-plugin</artifactId>
173-
<version>3.1.11</version>
173+
<version>3.1.12</version>
174174
<configuration>
175175
<effort>Max</effort>
176176
<threshold>Low</threshold>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.owasp</groupId>
188188
<artifactId>dependency-check-maven</artifactId>
189-
<version>4.0.2</version>
189+
<version>5.0.0</version>
190190
<configuration>
191191
<skipProvidedScope>true</skipProvidedScope>
192192
<suppressionFile>dependency-check-suppressions.xml</suppressionFile>

0 commit comments

Comments
 (0)