Skip to content

Commit 208b074

Browse files
committed
Upgrade version of junit vintage
1 parent 46c798c commit 208b074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jar {
3737
}
3838

3939
ext.junitJupiterVersion = '5.0.1'
40-
ext.junitVintageVersion = '4.12.1'
40+
ext.junitVintageVersion = '5.2.0'
4141

4242
dependencies {
4343
compile 'io.vavr:vavr:0.9.2'
@@ -48,7 +48,7 @@ dependencies {
4848
testCompile 'org.codehaus.groovy:groovy-all:2.5.2',
4949
'org.spockframework:spock-core:1.2-RC1-groovy-2.5'
5050
// Needs for launching Spock test into JUnit 5 platform
51-
testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.1'
51+
testRuntime "org.junit.vintage:junit-vintage-engine:${junitVintageVersion}"
5252

5353
// JUnit 5 dependency
5454
testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}",

0 commit comments

Comments
 (0)