aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--poi-excelant/build.gradle2
-rw-r--r--poi-integration/build.gradle2
-rw-r--r--poi-ooxml/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 6ac61b1b79..f76ea144ab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -178,7 +178,7 @@ subprojects {
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 ef96c88077..17c8bc9640 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -47,7 +47,7 @@ dependencies {
}
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 0318c2f7af..0ffa7058c4 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -78,7 +78,7 @@ dependencies {
}
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 f8dad94e98..f76a1d0614 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -145,7 +145,7 @@ dependencies {
// 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}"