diff --git a/alice/build.gradle b/alice/build.gradle index cfaa226..110a14b 100644 --- a/alice/build.gradle +++ b/alice/build.gradle @@ -23,7 +23,7 @@ dependencies { testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0' testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3' - testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '4.12.3' + testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3' } configurations.all {