Skip to content

Commit

Permalink
updated mvn enforcer and dependency-check plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Sep 1, 2023
1 parent 4dc2ca6 commit a513bc0
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 @@ -140,12 +140,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.3.1</version>
<version>8.4.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit a513bc0

Please sign in to comment.