Skip to content

Commit ce0bce2

Browse files
committed
Upgrade to JUnit 5.0 RC2
Issue: SPR-15737
1 parent 1a9cfef commit ce0bce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ configure(allprojects) { project ->
7373
ext.jspVersion = "2.3.2-b02"
7474
ext.jtaVersion = "1.2"
7575
ext.junitVersion = "4.12"
76-
ext.junitVintageVersion = "4.12.0-M6"
77-
ext.junitJupiterVersion = '5.0.0-M6'
78-
ext.junitPlatformVersion = '1.0.0-M6'
76+
ext.junitVintageVersion = "4.12.0-RC2"
77+
ext.junitJupiterVersion = '5.0.0-RC2'
78+
ext.junitPlatformVersion = '1.0.0-RC2'
7979
ext.log4jVersion = '2.8.2'
8080
ext.nettyVersion = "4.1.13.Final"
8181
ext.niomultipartVersion = "1.1.0"

0 commit comments

Comments
 (0)