From 5642a391f2e11d87da097199a7af4e6381b57a99 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 09:59:04 +0200 Subject: [PATCH] Bump slf4j-api from 1.8.0-beta4 to 2.0.0-alpha0 (#5051) Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.8.0-beta4 to 2.0.0-alpha0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) 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 6ebce3b5021..2db03f600f6 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ dependencies { compile 'com.mashape.unirest:unirest-java:1.4.9' // >1.8.0-beta is required for java 9 compatibility - compile 'org.slf4j:slf4j-api:1.8.0-beta4' + compile 'org.slf4j:slf4j-api:2.0.0-alpha0' compile 'org.apache.logging.log4j:log4j-slf4j18-impl:2.11.2' compile 'org.apache.logging.log4j:log4j-jcl:2.11.2' compile 'org.apache.logging.log4j:log4j-api:2.11.2'