diff --git a/build.gradle b/build.gradle index 9b984f9..05486ae 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.0.1' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.2' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.2' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }