diff --git a/nbt/build.gradle.kts b/nbt/build.gradle.kts index 67aadae..b648234 100644 --- a/nbt/build.gradle.kts +++ b/nbt/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { testImplementation(project(":files")) - compileOnly("org.jetbrains:annotations:24.1.0") + compileOnly("org.jetbrains:annotations:25.0.0") compileOnly("org.projectlombok:lombok:1.18.34") annotationProcessor("org.projectlombok:lombok:1.18.34")