From 34d1e0d4d740d362ba7d48120e34d0f505c930f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:43:12 +0100 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9 (#200) * Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.9. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update build.gradle --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 05c1d180..d068fad5 100644 --- a/build.gradle +++ b/build.gradle @@ -31,12 +31,12 @@ dependencies { api 'org.apache.poi:poi:5.2.3' api 'org.apache.poi:poi-ooxml:5.2.3' implementation 'com.github.pjfanning:poi-shared-strings:2.6.1' - implementation 'org.slf4j:slf4j-api:1.7.36' + implementation 'org.slf4j:slf4j-api:2.0.9' implementation 'commons-io:commons-io:2.13.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.0' - testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.36' + testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.20.0' }