From 7fc4180543c4b50eb31429408e9e54500418d6db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 04:17:15 +0000 Subject: [PATCH] Bump slf4j-simple from 1.7.26 to 1.7.28 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.26 to 1.7.28. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.28) 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..66c321a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { compile 'org.apache.velocity:velocity:1.7' 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.slf4j:slf4j-simple:1.7.28' compile 'org.yaml:snakeyaml:1.24' testCompile 'junit:junit:4.12'