diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-04-12 17:28:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-04-12 17:28:41 +0000 |
commit | 1fe45e84b05ef33443073efc4eaf6be574ff184a (patch) | |
tree | 4b949fb6df30242feef661e906467c47f065ac4f /poi-integration | |
parent | eee1ab84dcb062b46a219319b33dac8080f03a71 (diff) | |
download | poi-1fe45e84b05ef33443073efc4eaf6be574ff184a.tar.gz poi-1fe45e84b05ef33443073efc4eaf6be574ff184a.zip |
slf4j 2.0.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index c826a9dcd1..343c9e0373 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -76,7 +76,7 @@ dependencies { } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.12' + testImplementation 'org.slf4j:slf4j-simple:2.0.13' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } |