From 3e65ee2f545f3e82c63662a395c53fa5a193c6b4 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 7 Nov 2017 19:36:59 +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 --- config/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pom.xml b/config/pom.xml index 253bfdff..255270c6 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -22,7 +22,7 @@ org.yaml snakeyaml - 1.18 + 1.19 compile