From 2d8d7e42414d9708c35214f2df2e12b6d1ab0c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:46:38 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 45d0d77..e9bda1a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -25,7 +25,7 @@ dependencies { // https://github.com/mockito/mockito/issues/2590 testImplementation 'org.mockito:mockito-inline:4.11.0' - implementation 'org.slf4j:slf4j-api:2.0.7' + implementation 'org.slf4j:slf4j-api:2.0.9' } java {