We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d163ac commit d3cc2fcCopy full SHA for d3cc2fc
1 file changed
pom.xml
@@ -170,7 +170,7 @@
170
<plugin>
171
<groupId>com.github.spotbugs</groupId>
172
<artifactId>spotbugs-maven-plugin</artifactId>
173
- <version>3.1.11</version>
+ <version>3.1.12</version>
174
<configuration>
175
<effort>Max</effort>
176
<threshold>Low</threshold>
@@ -186,7 +186,7 @@
186
187
<groupId>org.owasp</groupId>
188
<artifactId>dependency-check-maven</artifactId>
189
- <version>4.0.2</version>
+ <version>5.0.0</version>
190
191
<skipProvidedScope>true</skipProvidedScope>
192
<suppressionFile>dependency-check-suppressions.xml</suppressionFile>
0 commit comments