From 99948166768f75076462d44453e784c5071eb4f4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 6 Feb 2024 20:17:13 +0000 Subject: slf4j 2.0.12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68 --- poi-integration/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poi-integration') diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 80c7a369a1..c826a9dcd1 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.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.12' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } -- cgit v1.2.3