diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-21 10:51:20 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-21 10:51:20 +0000 |
commit | bc568387da9747f3d746339cbfe73313cd2c3508 (patch) | |
tree | 880be9e4817c5f68680fdb0c6acaef8484acf7eb /build.gradle | |
parent | f86155a49a0327ffae277584ad1117e616a777fa (diff) | |
download | poi-bc568387da9747f3d746339cbfe73313cd2c3508.tar.gz poi-bc568387da9747f3d746339cbfe73313cd2c3508.zip |
slf4j 2.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904187 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 90f3df78b9..eaae85b125 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:2.0.1' + force 'org.slf4j:slf4j-api:2.0.2' force 'com.fasterxml.woodstox:woodstox-core:6.3.1' } } |