aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-02-06 20:17:13 +0000
committerPJ Fanning <fanningpj@apache.org>2024-02-06 20:17:13 +0000
commit99948166768f75076462d44453e784c5071eb4f4 (patch)
treee849468bfd80c2f27cae21c3b35751a591f75961 /poi-integration
parent2469b89ee62f1d8647d0e2a445f81ce347ced3f5 (diff)
downloadpoi-99948166768f75076462d44453e784c5071eb4f4.tar.gz
poi-99948166768f75076462d44453e784c5071eb4f4.zip
slf4j 2.0.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-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 80c7a369a1..c826a9dcd1 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.11'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}