We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd60ae1 commit b24bb19Copy full SHA for b24bb19
alice/build.gradle
@@ -22,8 +22,8 @@ dependencies {
22
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
23
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
24
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
25
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
26
- testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3'
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'
+ testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '6.0.3'
27
}
28
29
configurations.all {
0 commit comments