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 46c798c commit 208b074Copy full SHA for 208b074
build.gradle
@@ -37,7 +37,7 @@ jar {
37
}
38
39
ext.junitJupiterVersion = '5.0.1'
40
-ext.junitVintageVersion = '4.12.1'
+ext.junitVintageVersion = '5.2.0'
41
42
dependencies {
43
compile 'io.vavr:vavr:0.9.2'
@@ -48,7 +48,7 @@ dependencies {
48
testCompile 'org.codehaus.groovy:groovy-all:2.5.2',
49
'org.spockframework:spock-core:1.2-RC1-groovy-2.5'
50
// Needs for launching Spock test into JUnit 5 platform
51
- testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.1'
+ testRuntime "org.junit.vintage:junit-vintage-engine:${junitVintageVersion}"
52
53
// JUnit 5 dependency
54
testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}",
0 commit comments