From 9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 4 Sep 2023 14:57:03 +0000 Subject: slf4j 2.0.9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912088 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poi-excelant') 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}" } -- cgit v1.2.3