From fd4dca99b3ac0f87c1bbd1f233f9c1f79492e5cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:49:41 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v26.1.0 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'