aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-21 10:51:20 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-21 10:51:20 +0000
commitbc568387da9747f3d746339cbfe73313cd2c3508 (patch)
tree880be9e4817c5f68680fdb0c6acaef8484acf7eb /poi-integration
parentf86155a49a0327ffae277584ad1117e616a777fa (diff)
downloadpoi-bc568387da9747f3d746339cbfe73313cd2c3508.tar.gz
poi-bc568387da9747f3d746339cbfe73313cd2c3508.zip
slf4j 2.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904187 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 0ffa7058c4..bb74c04e87 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -78,7 +78,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.1'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.2'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {