aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-12-30 13:08:39 +0000
committerPJ Fanning <fanningpj@apache.org>2023-12-30 13:08:39 +0000
commitfb1aaf1e4e7fcf29d88e60d42ddf606061c35ce8 (patch)
tree54c020ece532026d75e7bcbf74cfcd1221fe299a /poi-excelant
parent8507fdf3714a9ab9ab83de1293a0015975d370e3 (diff)
downloadpoi-fb1aaf1e4e7fcf29d88e60d42ddf606061c35ce8.tar.gz
poi-fb1aaf1e4e7fcf29d88e60d42ddf606061c35ce8.zip
slf4j 2.0.10
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914998 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 c8dd00fed3..cba2d480ab 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -43,7 +43,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:32.1.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:2.0.9'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.10'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}