Updated snakeyaml to 1.9 (up from 1.7)

This commit is contained in:
Nathan Adams
2011-10-10 21:39:27 +01:00
parent 938fd93ada
commit dd7042407f
4 changed files with 1 additions and 9 deletions

View File

@@ -82,7 +82,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.7</version>
<version>1.9</version>
<type>jar</type>
<scope>compile</scope>
</dependency>