From d828a37236d7bdde4f46437ce860a37a60774389 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 07:03:04 +0000 Subject: [PATCH] Bump slf4j-simple from 1.7.7 to 1.7.29 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.7 to 1.7.29. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v1.7.7...v_1.7.29) 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 34774f7..4e38263 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testCompile 'com.openpojo:openpojo:0.8.3' testCompile "org.codehaus.groovy:groovy-all:2.3.7" testCompile "org.spockframework:spock-core:1.0-groovy-2.4" - testRuntime 'org.slf4j:slf4j-simple:1.7.7' + testRuntime 'org.slf4j:slf4j-simple:1.7.29' } test {