diff --git a/build.gradle b/build.gradle index fc106cf..80cb375 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ repositories { } dependencies { - compileOnly group: 'org.jetbrains', name: 'annotations', version: '23.1.0' + compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.0.0' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6'