Skip to content

Commit 0867045

Browse files
committed
Upgrade to JUnit 5.0 GA!
Issue: SPR-15737
1 parent 5c0ca98 commit 0867045

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
@@ -52,9 +52,9 @@ configure(allprojects) { project ->
5252
ext.jaxbVersion = "2.2.11"
5353
ext.jaxwsVersion = "2.2.11"
5454
ext.jettyVersion = "9.4.7.RC0"
55-
ext.junitJupiterVersion = '5.0.0-RC3'
56-
ext.junitPlatformVersion = '1.0.0-RC3'
57-
ext.junitVintageVersion = "4.12.0-RC3"
55+
ext.junitJupiterVersion = '5.0.0'
56+
ext.junitPlatformVersion = '1.0.0'
57+
ext.junitVintageVersion = "4.12.0"
5858
ext.kotlinVersion = '1.1.4-3'
5959
ext.log4jVersion = '2.9.0'
6060
ext.nettyVersion = "4.1.15.Final"

0 commit comments

Comments
 (0)