From 595e008fbff9457248a226ed9387b98bb50281ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 04:20:13 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.7 to 1.7.32 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.7 to 1.7.32. - [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 1c867e49..fe5a4a6a 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ dependencies { optional 'com.squareup.okhttp:okhttp:2.2.0' // SLF4J logging API - compile 'org.slf4j:slf4j-api:1.7.7' + compile 'org.slf4j:slf4j-api:1.7.32' testRuntime 'org.slf4j:slf4j-simple:1.7.7' // Jackson JSON processor