aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
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-integration/build.gradle
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-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index c3d700356f..f607600f1a 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -76,7 +76,7 @@ dependencies {
}
testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
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}"
}