diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-08 14:48:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-08 14:48:30 +0000 |
commit | b6983af7a5d4b1a1b29ac0a8f8fff6d0958d5c7a (patch) | |
tree | a21765b36b30d0c3053a44621affc49398c288dd /poi-ooxml | |
parent | 3feb4ac6cfad722df03b6761ed49bbd3f72116dc (diff) | |
download | poi-b6983af7a5d4b1a1b29ac0a8f8fff6d0958d5c7a.tar.gz poi-b6983af7a5d4b1a1b29ac0a8f8fff6d0958d5c7a.zip |
slf4j 1.7.36
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 31fc47f754..35f51f67d0 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-slf4j18-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:1.7.35' + testImplementation 'org.slf4j:slf4j-simple:1.7.36' if (SAXON_TEST) { testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" |