Update Upstream
0ef38b5 Use SnakeYaml 1.32+, set loader code point limit. (2194) Defaults to 64MB, can be set via -Dworldedit.yaml.codePointLimit sysprop.
This commit is contained in:
@ -12,7 +12,7 @@ applyPlatformAndCoreConfiguration()
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation("org.yaml:snakeyaml") {
|
||||
version { strictly("1.30") }
|
||||
version { strictly("1.33") }
|
||||
because("Bukkit provides SnakeYaml")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user