Skip to content

Commit b24bb19

Browse files
fix(deps): update junit-framework monorepo to v6
1 parent dd60ae1 commit b24bb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alice/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
2323
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
2424
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'
25+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'
26+
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '6.0.3'
2727
}
2828

2929
configurations.all {

0 commit comments

Comments
 (0)