Skip to content

Commit

Permalink
Add explicit surefire version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 16, 2024
1 parent c813947 commit b79443f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b79443f

Please sign in to comment.