aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-20 11:00:46 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-20 11:00:46 +0000
commitf37a6013b680959ea952409137014242f261cc93 (patch)
treedbb8093c2c3ba73c01a5b05555d77d999b4711ed /poi-excelant
parent5fb90fdccec774ba1c890feb6a9a5556dc27c0dc (diff)
downloadpoi-f37a6013b680959ea952409137014242f261cc93.tar.gz
poi-f37a6013b680959ea952409137014242f261cc93.zip
slf4j 2.0.7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908558 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 d61d41267b..92253c0ed2 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -43,7 +43,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.6'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.7'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}