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 /build.gradle | |
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 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 287e80a360..cc7aa55b14 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:2.0.12' + force 'org.slf4j:slf4j-api:2.0.13' force 'com.fasterxml.woodstox:woodstox-core:6.6.2' } } |