Skip to content

Commit 3924610

Browse files
authored
update pom.xml - bump junit standalone (#215)
The latest stable version of junit-platform-console-standalone appears to be 1.6.2. Previously it was on 1.3.0-M1, a milestone release. I was encountering some odd classpath issues with Junit5 until I used the newer version.
1 parent c4350c8 commit 3924610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<artifactItem>
125125
<groupId>org.junit.platform</groupId>
126126
<artifactId>junit-platform-console-standalone</artifactId>
127-
<version>1.3.0-M1</version>
127+
<version>1.6.2</version>
128128
<outputDirectory>${junit.runner.root}</outputDirectory>
129129
<destFileName>${junit.runner.fileName}</destFileName>
130130
</artifactItem>

0 commit comments

Comments
 (0)