Upgrade to JUnit 5.0 M3

Issue: SPR-14924
This commit is contained in:
Juergen Hoeller
2016-11-30 15:12:00 +01:00
parent 8cb7e026e2
commit 2f9a775a8e

View File

@@ -67,8 +67,8 @@ configure(allprojects) { project ->
ext.jspVersion = "2.3.2-b02"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.junitJupiterVersion = '5.0.0-M2'
ext.junitPlatformVersion = '1.0.0-M2'
ext.junitJupiterVersion = '5.0.0-M3'
ext.junitPlatformVersion = '1.0.0-M3'
ext.kotlinVersion = "1.0.5-2"
ext.log4jVersion = '2.7'
ext.nettyVersion = "4.1.6.Final"