File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,12 @@ subprojects {
34
34
}
35
35
36
36
dependencies {
37
- // Standard junit
37
+ // Standard JUnit
38
38
testImplementation(platform(" org.junit:junit-bom:5.7.0" ))
39
39
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
40
40
testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
41
41
42
42
// Spock
43
- testImplementation(" org.junit.vintage:junit-vintage-engine" )
44
43
testImplementation(" org.codehaus.groovy:groovy-all:$groovyVersion " )
45
44
testImplementation(" org.spockframework:spock-core:$spockVersion " )
46
45
}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ projectInceptionYear = 2016
5
5
6
6
# Build Settings
7
7
javaVersion = 1.8
8
- groovyVersion = 2.5.8
8
+ groovyVersion = 3.0.7
9
9
asmVersion = 7.1
10
10
bombeVersion = 0.5.0-SNAPSHOT
11
11
junitVersion = 5.5.1
12
- spockVersion = 1.3- groovy-2.5
12
+ spockVersion = 2.0-M4- groovy-3.0
You can’t perform that action at this time.
0 commit comments