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 653dcd8 commit 8c4e91dCopy full SHA for 8c4e91d
plugin/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1")
14
implementation("org.yaml:snakeyaml:2.5")
15
implementation("io.papermc:paperlib:1.0.8")
16
- implementation("org.apache.commons:commons-lang3:3.19.0")
+ implementation("org.apache.commons:commons-lang3:3.20.0")
17
18
// Other dependencies that are not required or already available at runtime
19
compileOnly("org.jetbrains:annotations:26.0.2-1")
0 commit comments