Browse Source

Upgrade to JUnit Jupiter 5.0 M6

Issue: SPR-15791
pull/1481/head
Sam Brannen 7 years ago
parent
commit
1e66191cbd
  1. 6
      build.gradle

6
build.gradle

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

Loading…
Cancel
Save