aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-22 13:28:00 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-22 13:28:00 +0000
commite0b84ef6efb807fd338727ec73afc86c6ffe24ac (patch)
tree61a0f2629c03a1a10a11fdf843960830274ca84a /poi-excelant
parent91fe8c5357f0897771fdeeab2b6c9f15f3d4d1c4 (diff)
downloadpoi-e0b84ef6efb807fd338727ec73afc86c6ffe24ac.tar.gz
poi-e0b84ef6efb807fd338727ec73afc86c6ffe24ac.zip
slf4j 1.7.33
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 304dd89746..ee538601b6 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -47,7 +47,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:31.0.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:1.7.32'
+ testImplementation 'org.slf4j:slf4j-simple:1.7.33'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {