aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
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 3b933a07ec..4bc4c6f4bd 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.15'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.16'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}