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 /build.gradle | |
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 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e4af734057..72e76c6a8c 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:1.7.35' + force 'org.slf4j:slf4j-api:1.7.36' force 'com.fasterxml.woodstox:woodstox-core:6.2.8' } } |