aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
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-integration/build.gradle
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-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 49cbc94b45..93a39df1c9 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.6'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.7'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}