From 9f7d30850b86635d3fc51004d92cf8c354fe568a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:07:38 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5 --- alice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {