From dd52b55e2b5fa75d69ca4a9a9bd2ab6c7bfa0890 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:44:00 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.0-alpha1 to 2.0.0-alpha2 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0-alpha1 to 2.0.0-alpha2. - [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 dcda7fd..3a92301 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ repositories { ext { guavaVersion = "30.1.1-jre" - slf4jVersion = "2.0.0-alpha1" + slf4jVersion = "2.0.0-alpha2" log4jVersion = "2.14.1" junitVersion = "5.7.1" mockitoVersion = "3.9.0"