From 41fa3b14c503316b72d7a90dd349e55ab8235441 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 04:13:18 +0000 Subject: [PATCH] Bump snakeyaml from 1.24 to 1.27 Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.24 to 1.27. - [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.27..snakeyaml-1.24) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a16ebf..ccd1ac1 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { compile 'info.picocli:picocli:3.6.1' compile 'org.slf4j:slf4j-api:1.7.26' compile 'org.slf4j:slf4j-simple:1.7.26' - compile 'org.yaml:snakeyaml:1.24' + compile 'org.yaml:snakeyaml:1.27' testCompile 'junit:junit:4.12' }