From 9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 25 Jan 2022 11:28:56 +0000 Subject: slf4j 1.7.35 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897451 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poi-excelant') diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index c07db31d9e..934843a065 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:1.7.34' + testImplementation 'org.slf4j:slf4j-simple:1.7.35' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { -- cgit v1.2.3