We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889e0bb commit 62ebb8cCopy full SHA for 62ebb8c
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.2.17")
25
26
bukkitLibrary("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3")
27
- bukkitLibrary("com.fasterxml.jackson.core:jackson-core:2.14.2")
+ bukkitLibrary("com.fasterxml.jackson.core:jackson-core:2.17.1")
28
bukkitLibrary("com.fasterxml.jackson.core:jackson-databind:2.14.2")
29
bukkitLibrary("net.kyori:adventure-platform-bukkit:4.3.1")
30
bukkitLibrary("net.kyori:adventure-text-minimessage:4.13.1")
0 commit comments