Skip to content

Commit ecbec54

Browse files
committed
Upgrade to JUnit 5.0.0-M2
Issue: SPR-13575
1 parent ed49ce8 commit ecbec54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ configure(allprojects) { project ->
6262
ext.jspVersion = "2.3.2-b02"
6363
ext.jtaVersion = "1.2"
6464
ext.junitVersion = "4.12"
65-
ext.junitJupiterVersion = '5.0.0-M1'
66-
ext.junitPlatformVersion = '1.0.0-M1'
65+
ext.junitJupiterVersion = '5.0.0-M2'
66+
ext.junitPlatformVersion = '1.0.0-M2'
6767
ext.log4jVersion = '2.6.2'
6868
ext.nettyVersion = "4.1.3.Final"
6969
ext.okhttpVersion = "2.7.5"

0 commit comments

Comments
 (0)