diff --git a/build.gradle b/build.gradle index cc89020..1fe7cb1 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ repositories { } dependencies { - compileOnly "org.jetbrains:annotations:24.1.0" + compileOnly "org.jetbrains:annotations:26.1.0" compileOnly "org.checkerframework:checker-qual:3.47.0" testImplementation "junit:junit:4.13.2" // TODO: actually test Mixin at the same time