mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
update jb annotations to 26.0.1 (#11860)
This commit is contained in:
parent
887f3f74d1
commit
d00344af65
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ dependencies {
|
|||
implementation("com.squareup:javapoet:1.13.0")
|
||||
implementation(project(":paper-api"))
|
||||
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")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ java {
|
|||
withJavadocJar()
|
||||
}
|
||||
|
||||
val annotationsVersion = "24.1.0"
|
||||
val annotationsVersion = "26.0.1"
|
||||
val bungeeCordChatVersion = "1.20-R0.2"
|
||||
val adventureVersion = "4.18.0"
|
||||
val slf4jVersion = "2.0.9"
|
||||
|
|
Loading…
Reference in a new issue