]> source.dussan.org Git - poi.git/commitdiff
slf4j 2.0.12
authorPJ Fanning <fanningpj@apache.org>
Tue, 6 Feb 2024 20:17:13 +0000 (20:17 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 6 Feb 2024 20:17:13 +0000 (20:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
poi-excelant/build.gradle
poi-integration/build.gradle
poi-ooxml/build.gradle

index f1d55eb0cc720f85bb6a253b65b06cde6fd98666..89df7ace2826b47d81a3a8b0b2d97f272538df0b 100644 (file)
@@ -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'
             }
         }
index 8524f2d0d8eb5441aaf56b963cee7badf5b8f1f8..bb2862f252450e8a6ca8117bce30af4015bc64c7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -339,7 +339,7 @@ under the License.
     <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.1.1-jre" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/>
-    <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.11" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.12" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
 
     <!-- coverage libs -->
index 1d9a33c195846b2549732a2dc50191db401c89ef..8e55d4488ebf9f8e3ed30b21cc26464981f32c8e 100644 (file)
@@ -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}"
 }
 
index 80c7a369a1ca30faf9853d7c542ee98b1cd1feb6..c826a9dcd1e6f98daf3849baa7cdfd7f2a3c3def 100644 (file)
@@ -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}"
 }
 
index a37086c71946ea7d10dff52e9e99db022c5ef2c9..64652f98d7a6683454419a52646741c9a53b4262 100644 (file)
@@ -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'