We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0ca98 commit 0867045Copy full SHA for 0867045
build.gradle
@@ -52,9 +52,9 @@ configure(allprojects) { project ->
52
ext.jaxbVersion = "2.2.11"
53
ext.jaxwsVersion = "2.2.11"
54
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"
+ ext.junitJupiterVersion = '5.0.0'
+ ext.junitPlatformVersion = '1.0.0'
+ ext.junitVintageVersion = "4.12.0"
58
ext.kotlinVersion = '1.1.4-3'
59
ext.log4jVersion = '2.9.0'
60
ext.nettyVersion = "4.1.15.Final"
0 commit comments