Skip to content

Commit

Permalink
pom: Update surefire plugin to latest release
Browse files Browse the repository at this point in the history
This avoids depending on a "milestone" version.
  • Loading branch information
bertrand-lorentz committed Mar 14, 2024
1 parent 5e5210e commit 262960e
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 @@ -80,7 +80,7 @@
<version.pgp.plugin>1.5</version.pgp.plugin>
<version.nexus-staging.plugin>1.6.7</version.nexus-staging.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin> <!-- Versions prior to 3.0.x do not pick up Junit 5 tests correctly. -->
<version.surefire.plugin>3.2.5</version.surefire.plugin>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 262960e

Please sign in to comment.