diff --git a/build.gradle b/build.gradle index f1d55eb0cc..89df7ace28 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.11' + force 'org.slf4j:slf4j-api:2.0.12' force 'com.fasterxml.woodstox:woodstox-core:6.5.1' } } diff --git a/build.xml b/build.xml index 8524f2d0d8..bb2862f252 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 1d9a33c195..8e55d4488e 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.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.12' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } 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}" } diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index a37086c719..64652f98d7 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.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.12' broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){ exclude group: 'xalan', module: 'xalan'