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
This commit is contained in:
md_5 2017-11-07 19:36:59 +11:00
parent 0fc5694b6a
commit 3e65ee2f54

View File

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