Skip to content

Commit

Permalink
Use latest surefire
Browse files Browse the repository at this point in the history
Older versions trim stack trace by default, and we weren't even
using a full release.
  • Loading branch information
headius committed Aug 2, 2023
1 parent 62d5bbb commit b328576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.2</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit b328576

Please sign in to comment.