slf4j 2.0.1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904091 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.gradle b/build.gradle
index 6ac61b1..f76ea14 100644
--- a/build.gradle
+++ b/build.gradle
@@ -178,7 +178,7 @@
         all {
             resolutionStrategy {
                 force "commons-io:commons-io:${commonsIoVersion}"
-                force 'org.slf4j:slf4j-api:2.0.0'
+                force 'org.slf4j:slf4j-api:2.0.1'
                 force 'com.fasterxml.woodstox:woodstox-core:6.3.1'
             }
         }
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index ef96c88..17c8bc9 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -47,7 +47,7 @@
     }
     testImplementation 'com.google.guava:guava:31.1-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:2.0.0'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.1'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 0318c2f..0ffa705 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -78,7 +78,7 @@
     }
     testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
     testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:2.0.0'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.1'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index f8dad94..f76a1d0 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -145,7 +145,7 @@
     // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency
     // see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
     testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:2.0.0'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.1'
 
     if (SAXON_TEST) {
         testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"