update jb annotations to 26.0.1 (#11860)

This commit is contained in:
Jake Potrebic 2024-12-29 06:53:38 -08:00 committed by GitHub
parent 887f3f74d1
commit d00344af65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ dependencies {
implementation("com.squareup:javapoet:1.13.0") implementation("com.squareup:javapoet:1.13.0")
implementation(project(":paper-api")) implementation(project(":paper-api"))
implementation("io.github.classgraph:classgraph:4.8.47") implementation("io.github.classgraph:classgraph:4.8.47")
implementation("org.jetbrains:annotations:24.1.0") implementation("org.jetbrains:annotations:26.0.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }

View file

@ -9,7 +9,7 @@ java {
withJavadocJar() withJavadocJar()
} }
val annotationsVersion = "24.1.0" val annotationsVersion = "26.0.1"
val bungeeCordChatVersion = "1.20-R0.2" val bungeeCordChatVersion = "1.20-R0.2"
val adventureVersion = "4.18.0" val adventureVersion = "4.18.0"
val slf4jVersion = "2.0.9" val slf4jVersion = "2.0.9"