Skip to content

Commit 532eb1d

Browse files
committed
Upgrade to JUnit Jupiter 5.0.2
1 parent e2018e6 commit 532eb1d

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
@@ -47,9 +47,9 @@ configure(allprojects) { project ->
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.2"
4949
ext.jettyVersion = "9.4.7.v20170914"
50-
ext.junitJupiterVersion = "5.0.1"
51-
ext.junitPlatformVersion = "1.0.1"
52-
ext.junitVintageVersion = "4.12.1"
50+
ext.junitJupiterVersion = "5.0.2"
51+
ext.junitPlatformVersion = "1.0.2"
52+
ext.junitVintageVersion = "4.12.2"
5353
ext.kotlinVersion = "1.1.51"
5454
ext.log4jVersion = "2.9.1"
5555
ext.nettyVersion = "4.1.17.Final"

0 commit comments

Comments
 (0)