aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 6b667ce647..0318c2f7af 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -77,8 +77,8 @@ dependencies {
}
}
testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
- testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:1.7.36'
+ testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
+ testImplementation 'org.slf4j:slf4j-simple:2.0.0'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {