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:
Alexander Brandes
2022-09-26 23:45:06 +02:00
parent 10b852d416
commit 87f680683d
2 changed files with 15 additions and 5 deletions

View File

@ -12,7 +12,7 @@ applyPlatformAndCoreConfiguration()
dependencies {
constraints {
implementation("org.yaml:snakeyaml") {
version { strictly("1.30") }
version { strictly("1.33") }
because("Bukkit provides SnakeYaml")
}
}