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-excelant | |
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-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 934843a065..684eef4ee2 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' 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' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |