diff --git a/build.gradle b/build.gradle index 5897d947..b789db1f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation (group: 'org.jetbrains', name: 'annotations', version: '26.0.2') shadow (group: 'com.google.code.gson', name: 'gson', version: '2.11.0') - testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4') + testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.12.0') testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.4') testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4')