aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-21 10:51:20 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-21 10:51:20 +0000
commitbc568387da9747f3d746339cbfe73313cd2c3508 (patch)
tree880be9e4817c5f68680fdb0c6acaef8484acf7eb /poi-excelant
parentf86155a49a0327ffae277584ad1117e616a777fa (diff)
downloadpoi-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 '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 17c8bc9640..f8695cd784 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -47,7 +47,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:31.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:2.0.1'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.2'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {