From bb0a3acaaacadf87308d4372b0f08a3f645d13e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 03:21:02 +0000 Subject: [PATCH] build(deps): bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.9 Bumps org.slf4j:slf4j-simple from 1.7.36 to 2.0.9. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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 d867bdb..a7b2284 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' testImplementation 'org.assertj:assertj-core:3.24.2' - testImplementation 'org.slf4j:slf4j-simple:1.7.36' + testImplementation 'org.slf4j:slf4j-simple:2.0.9' } tasks.withType(Test) {