Skip to content

Commit 19eb232

Browse files
committed
Bump maven-surefire-plugin from 2.22.2 to 3.5.4 (#8)
This fixes compatibility with junit-platform-runner 1.14.2 that was updated in PR #15. The old surefire plugin version was causing test failures with: ERROR: org/junit/platform/engine/OutputDirectoryCreator
1 parent 163b7d6 commit 19eb232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-surefire-plugin</artifactId>
73-
<version>2.22.2</version>
73+
<version>3.5.4</version>
7474
<configuration>
7575
<systemPropertyVariables>
7676
<property>

0 commit comments

Comments
 (0)