Skip to content

Commit

Permalink
Updated Surefire version to eliminate JPMS related errors during test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Sep 29, 2024
1 parent 55f95ab commit cb6e16e
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 @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.5.0</version>
<configuration>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
Expand Down

0 comments on commit cb6e16e

Please sign in to comment.