diff --git a/build.gradle b/build.gradle index 856e33e..28b0820 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.10.0' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.0' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }