We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1babb30 commit e479308Copy full SHA for e479308
build.gradle.kts
@@ -46,7 +46,7 @@ val adventureVersion = "4.16.0"
46
dependencies {
47
compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT")
48
49
- compileOnly("org.apache.commons:commons-lang3:3.16.0")
+ compileOnly("org.apache.commons:commons-lang3:3.17.0")
50
compileOnly("org.projectlombok:lombok:1.18.32")
51
annotationProcessor("org.projectlombok:lombok:1.18.32")
52
api("org.bstats:bstats-bukkit:3.0.2")
0 commit comments