From c3fd1d5731af09aeb62a48026b6437bed4f2c28f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 9 Jan 2024 15:28:26 +0000 Subject: [PATCH] slf4j 2.0.11 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915160 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 2 +- poi-excelant/build.gradle | 2 +- poi-integration/build.gradle | 2 +- poi-ooxml/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 362f721cd1..430b91bb64 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:2.0.10' + force 'org.slf4j:slf4j-api:2.0.11' force 'com.fasterxml.woodstox:woodstox-core:6.5.1' } } diff --git a/build.xml b/build.xml index e40d7664e4..03bf696cb7 100644 --- a/build.xml +++ b/build.xml @@ -339,7 +339,7 @@ under the License. - + diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index cba2d480ab..1d9a33c195 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -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.10' + testImplementation 'org.slf4j:slf4j-simple:2.0.11' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index f607600f1a..80c7a369a1 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.10' + testImplementation 'org.slf4j:slf4j-simple:2.0.11' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 7dec491063..a37086c719 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -125,7 +125,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.10' + testImplementation 'org.slf4j:slf4j-simple:2.0.11' broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){ exclude group: 'xalan', module: 'xalan'