summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-11-07 19:36:51 +1100
committermd_5 <git@md-5.net>2017-11-07 19:36:51 +1100
commita865e5935e2ca5af9aa22012b33cfd557d78efb5 (patch)
tree5f3ccc0388528c9aa803a131b76a3ebd75ca9f87
parent4f7667c9fc09ea4c45fbb26767e29a48e025a0d5 (diff)
downloadbukkit-a865e5935e2ca5af9aa22012b33cfd557d78efb5.tar
bukkit-a865e5935e2ca5af9aa22012b33cfd557d78efb5.tar.gz
bukkit-a865e5935e2ca5af9aa22012b33cfd557d78efb5.tar.lz
bukkit-a865e5935e2ca5af9aa22012b33cfd557d78efb5.tar.xz
bukkit-a865e5935e2ca5af9aa22012b33cfd557d78efb5.zip
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
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0937b73c..1193e5a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->