Skip to content

Commit

Permalink
Upgrade to maven plugin dependencies (especially surefire)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 11, 2023
1 parent 2a842d9 commit c2b09a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -392,8 +392,7 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<!-- stay with 3.0.0-M5 waiting to know more about : https://issues.apache.org/jira/browse/SUREFIRE-2110 -->
<version>3.0.0-M5</version>
<version>3.1.2</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit c2b09a8

Please sign in to comment.