diff --git a/build.gradle b/build.gradle index 5b21bfa..55ec057 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ repositories { dependencies { implementation 'org.slf4j:slf4j-api:2.1.0-alpha1' - implementation 'org.jetbrains:annotations:26.0.2-1' - annotationProcessor 'org.jetbrains:annotations:26.0.2-1' + implementation 'org.jetbrains:annotations:26.1.0' + annotationProcessor 'org.jetbrains:annotations:26.1.0' // me.jeremiah.minecraft dependencies compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' @@ -45,8 +45,8 @@ dependencies { testImplementation 'org.slf4j:slf4j-api:2.1.0-alpha1' - testImplementation 'org.jetbrains:annotations:26.0.2-1' - testAnnotationProcessor 'org.jetbrains:annotations:26.0.2-1' + testImplementation 'org.jetbrains:annotations:26.1.0' + testAnnotationProcessor 'org.jetbrains:annotations:26.1.0' testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'