diff --git a/build.gradle b/build.gradle index 402ed07..4c809df 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ repositories { } dependencies { - compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.0.1' - 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.1' + compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.1.0' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }