Upgrade to JUnit 5.0 RC2

Issue: SPR-15737
This commit is contained in:
Juergen Hoeller 2017-07-31 11:11:38 +02:00
parent 1a9cfefcbb
commit ce0bce28da
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ configure(allprojects) { project ->
ext.jspVersion = "2.3.2-b02"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.junitVintageVersion = "4.12.0-M6"
ext.junitJupiterVersion = '5.0.0-M6'
ext.junitPlatformVersion = '1.0.0-M6'
ext.junitVintageVersion = "4.12.0-RC2"
ext.junitJupiterVersion = '5.0.0-RC2'
ext.junitPlatformVersion = '1.0.0-RC2'
ext.log4jVersion = '2.8.2'
ext.nettyVersion = "4.1.13.Final"
ext.niomultipartVersion = "1.1.0"