aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index bc2a70d058..c3d700356f 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -39,7 +39,7 @@ sourceSets {
}
dependencies {
- testImplementation 'org.apache.ant:ant:1.10.12'
+ testImplementation 'org.apache.ant:ant:1.10.14'
testImplementation 'org.apache.commons:commons-collections4:4.4'
testImplementation 'com.google.guava:guava:32.1.1-jre'
@@ -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.7'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}