From 0320b46a1116e4bffa94cfb17f9f91c97d0efbf3 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Thu, 10 Dec 2015 21:28:46 +0100 Subject: [PATCH] Update snakeyaml to latest release. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0cc8bead..cc3d9398 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,6 @@ repositories { } dependencies { compile group: 'javax.help', name: 'javahelp', version:'2.0.05' - compile group: 'org.yaml', name: 'snakeyaml', version:'1.14' + compile group: 'org.yaml', name: 'snakeyaml', version:'1.16' testCompile group: 'junit', name: 'junit', version:'4.11' }