From fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 13 Sep 2022 10:48:55 +0000 Subject: test with log4j 2.19.0 rc1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904044 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poi-excelant') diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 3d357acc83..ef96c88077 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -46,8 +46,8 @@ dependencies { exclude group: 'org.apache.poi', module: 'poi-scratchpad' } testImplementation 'com.google.guava:guava:31.1-jre' - 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) { -- cgit v1.2.3