diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-13 10:48:55 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-13 10:48:55 +0000 |
commit | fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f (patch) | |
tree | 640b6290bc46f7162d6f460bf8bc8bfb2b36d833 /poi-ooxml/build.gradle | |
parent | 439d67d6d91c29f39e1c54091a1cae579f1dca35 (diff) | |
download | poi-fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f.tar.gz poi-fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f.zip |
test with log4j 2.19.0 rc1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 80a5e4470b..f8dad94e98 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -144,8 +144,8 @@ 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-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' if (SAXON_TEST) { testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" |