Skip to content

Commit 2f9a775

Browse files
committed
Upgrade to JUnit 5.0 M3
Issue: SPR-14924
1 parent 8cb7e02 commit 2f9a775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ configure(allprojects) { project ->
6767
ext.jspVersion = "2.3.2-b02"
6868
ext.jtaVersion = "1.2"
6969
ext.junitVersion = "4.12"
70-
ext.junitJupiterVersion = '5.0.0-M2'
71-
ext.junitPlatformVersion = '1.0.0-M2'
70+
ext.junitJupiterVersion = '5.0.0-M3'
71+
ext.junitPlatformVersion = '1.0.0-M3'
7272
ext.kotlinVersion = "1.0.5-2"
7373
ext.log4jVersion = '2.7'
7474
ext.nettyVersion = "4.1.6.Final"

0 commit comments

Comments
 (0)