aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-13 15:22:10 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-13 15:22:10 +0000
commit278592857b529cff3fe08cc46dd0f3adc1190a6e (patch)
treeafa1d4287af1b5fb97303438fc3be9da7a1844e1 /build.gradle
parent45770bd5498035512a500b953015bbd814f6b1fd (diff)
downloadpoi-278592857b529cff3fe08cc46dd0f3adc1190a6e.tar.gz
poi-278592857b529cff3fe08cc46dd0f3adc1190a6e.zip
slf4j 1.7.33
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7eecb5588f..ccaf10e0c6 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.32'
+ force 'org.slf4j:slf4j-api:1.7.33'
force 'com.fasterxml.woodstox:woodstox-core:6.2.7'
}
}