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 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2017-11-07 19:36:51 +11:00
parent 1eb289b1a3
commit bcf58183b2

View File

@ -73,7 +73,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.18</version>
<version>1.19</version>
<scope>compile</scope>
</dependency>
<!-- testing -->