From 8f6c4077326c864ae8a0168ad037534cd409afe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:59:00 +0100 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#225) Bumps org.slf4j:slf4j-api from 2.0.10 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08ff4833..5c9cc545 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { api 'org.apache.poi:poi:5.2.5' api 'org.apache.poi:poi-ooxml:5.2.5' implementation 'com.github.pjfanning:poi-shared-strings:2.7.1' - implementation 'org.slf4j:slf4j-api:2.0.10' + implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'commons-io:commons-io:2.15.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1'