From bcf58183b2c0d9ca633ce1908783bcf980c12b82 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Tue, 7 Nov 2017 19:36:51 +1100 Subject: [PATCH] Update snakeyaml to 1.19 to fix bug with duplicate keys affecting some users. https://bitbucket.org/asomov/snakeyaml/issues/386/duplicate-keys-cause-issues By: md_5 --- paper-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index 0937b73ccf..1193e5a8ba 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -73,7 +73,7 @@ org.yaml snakeyaml - 1.18 + 1.19 compile