aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-09-04 14:57:03 +0000
committerPJ Fanning <fanningpj@apache.org>2023-09-04 14:57:03 +0000
commit9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0 (patch)
treeec0706788004cad699853e715fae7a7378e179f4 /poi-excelant/build.gradle
parent29990737157a4af2e2462252a44db665671e2a6e (diff)
downloadpoi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.tar.gz
poi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.zip
slf4j 2.0.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r--poi-excelant/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 9c14fe26a3..c8dd00fed3 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -31,7 +31,7 @@ sourceSets {
}
dependencies {
- api 'org.apache.ant:ant:1.10.12'
+ api 'org.apache.ant:ant:1.10.14'
api project(':poi-ooxml')
compileOnly project(path: ':poi-ooxml', configuration: 'archives')
@@ -43,7 +43,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:32.1.1-jre'
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}"
}