Skip to content

Commit

Permalink
update mvn plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jul 1, 2023
1 parent 1fed48c commit d387669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -140,7 +140,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.2.1</version>
<version>8.3.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -196,7 +196,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>default-cli</id>-->
Expand Down

0 comments on commit d387669

Please sign in to comment.