Skip to content

Commit

Permalink
Upgrade surefire plugin to distinguish parameterized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Jan 23, 2025
1 parent 34f58c8 commit ea7db1b
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 @@ -549,11 +549,11 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M8</version>
<version>3.5.2</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M8</version>
<version>3.5.2</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit ea7db1b

Please sign in to comment.