Skip to content

Commit 7b4ec72

Browse files
committed
Upgrade to JUnit Jupiter 5.0.3
Issue: SPR-16384
1 parent 437c33b commit 7b4ec72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ configure(allprojects) { project ->
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.3"
4949
ext.jettyVersion = "9.4.8.v20171121"
50-
ext.junitJupiterVersion = "5.0.2"
51-
ext.junitPlatformVersion = "1.0.2"
52-
ext.junitVintageVersion = "4.12.2"
50+
ext.junitJupiterVersion = "5.0.3"
51+
ext.junitPlatformVersion = "1.0.3"
52+
ext.junitVintageVersion = "4.12.3"
5353
ext.kotlinVersion = "1.2.10"
5454
ext.log4jVersion = "2.10.0"
5555
ext.nettyVersion = "4.1.19.Final"

0 commit comments

Comments
 (0)