From 726328b2308288de3ccf67820f571fc24cb3449f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 05:28:10 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.29 to 1.7.30 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.29 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.29...v_1.7.30) 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 aacb477c..63865fbe 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { def log4jVersion = "2.12.1" implementation "org.apache.logging.log4j:log4j-api:$log4jVersion" implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion" - implementation "org.slf4j:slf4j-api:1.7.29" + implementation "org.slf4j:slf4j-api:1.7.30" implementation 'com.zaxxer:HikariCP:3.4.1' implementation 'com.google.code.gson:gson:2.8.6' implementation "org.ehcache:ehcache:3.8.1"