From a16f917188c58a781857e34a509fd0e6d6a5c54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:07:51 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.12 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 292916f..cb39cbe 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { repositories { mavenLocal(); mavenCentral() } dependencies { - implementation 'org.slf4j:slf4j-api:1.7.36' + implementation 'org.slf4j:slf4j-api:2.0.12' implementation 'ru.vyarus:generics-resolver:3.0.3' implementation 'ru.vyarus:guice-ext-annotations:2.0.1'