diff --git a/build.gradle b/build.gradle index 6c944d7383..bd94ad7673 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ subprojects { all { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" - force 'org.slf4j:slf4j-api:2.0.6' + force 'org.slf4j:slf4j-api:2.0.7' force 'com.fasterxml.woodstox:woodstox-core:6.5.0' } } diff --git a/build.xml b/build.xml index 1d770c7366..94c16cb9fa 100644 --- a/build.xml +++ b/build.xml @@ -338,7 +338,7 @@ under the License. - + diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index d61d41267b..92253c0ed2 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -43,7 +43,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.6' + testImplementation 'org.slf4j:slf4j-simple:2.0.7' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 49cbc94b45..93a39df1c9 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.6' + testImplementation 'org.slf4j:slf4j-simple:2.0.7' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index bb54b14bbb..cb05e4ffa1 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.6' + testImplementation 'org.slf4j:slf4j-simple:2.0.7' broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){ exclude group: 'xalan', module: 'xalan'