Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Bump version of owasp dependency checker + revert goal to check
  • Loading branch information
ralienpp authored Jan 12, 2024
1 parent a6949ae commit 966aff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.4</version>
<version>9.0.7</version>
<executions>
<execution>
<goals>
<goal>aggregate</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 966aff5

Please sign in to comment.