From 47bcd74df9e403de4a2b6cd6207a305db62051ec Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 15 Sep 2022 14:56:38 +0000 Subject: [PATCH] slf4j 2.0.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904091 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- poi-excelant/build.gradle | 2 +- poi-integration/build.gradle | 2 +- poi-ooxml/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6ac61b1b79..f76ea144ab 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:2.0.0' + force 'org.slf4j:slf4j-api:2.0.1' force 'com.fasterxml.woodstox:woodstox-core:6.3.1' } } diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index ef96c88077..17c8bc9640 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.0' + testImplementation 'org.slf4j:slf4j-simple:2.0.1' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 0318c2f7af..0ffa7058c4 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -78,7 +78,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.0' + testImplementation 'org.slf4j:slf4j-simple:2.0.1' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index f8dad94e98..f76a1d0614 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -145,7 +145,7 @@ dependencies { // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency // see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/ testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.0' + testImplementation 'org.slf4j:slf4j-simple:2.0.1' if (SAXON_TEST) { testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"