diff --git a/build.gradle b/build.gradle index 0fe53ec..3ca05db 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.1.0' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }