diff --git a/build.gradle b/build.gradle index 801c24d..510637d 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { // JetBrains Annotations - for code inspection and documentation // https://mvnrepository.com/artifact/org.jetbrains/annotations - compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.1.0' + compileOnly group: 'org.jetbrains', name: 'annotations', version: '25.0.0' // Lombok - for reducing boilerplate code // https://projectlombok.org