We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437c33b commit 7b4ec72Copy full SHA for 7b4ec72
build.gradle
@@ -47,9 +47,9 @@ configure(allprojects) { project ->
47
ext.hsqldbVersion = "2.4.0"
48
ext.jackson2Version = "2.9.3"
49
ext.jettyVersion = "9.4.8.v20171121"
50
- ext.junitJupiterVersion = "5.0.2"
51
- ext.junitPlatformVersion = "1.0.2"
52
- ext.junitVintageVersion = "4.12.2"
+ ext.junitJupiterVersion = "5.0.3"
+ ext.junitPlatformVersion = "1.0.3"
+ ext.junitVintageVersion = "4.12.3"
53
ext.kotlinVersion = "1.2.10"
54
ext.log4jVersion = "2.10.0"
55
ext.nettyVersion = "4.1.19.Final"
0 commit comments