From fdaf80a4ca741c1c01814acc7ba8b645a489aa87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:05:43 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.6...v_2.0.7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 21ec97c..c098d6a 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ repositories { dependencies { // Logger - implementation 'org.slf4j:slf4j-api:2.0.6' + implementation 'org.slf4j:slf4j-api:2.0.7' implementation 'ch.qos.logback:logback-core:1.4.5' implementation 'ch.qos.logback:logback-classic:1.4.5'