summaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-28 14:35:09 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-28 14:35:09 +0000
commit98705b80d41af4ea07868801ce0df25642ac6cd3 (patch)
treefd69f043969745d2ea9b942bb02a3eea36cca879 /poi-excelant
parentacd5d04daa2bb601cda4aa38787a2b66b22d157f (diff)
downloadpoi-98705b80d41af4ea07868801ce0df25642ac6cd3.tar.gz
poi-98705b80d41af4ea07868801ce0df25642ac6cd3.zip
slf4j 2.0.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904324 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 f8695cd784..b7a9409020 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.2'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.3'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {