]> source.dussan.org Git - poi.git/commitdiff
slf4j 2.0.4
authorPJ Fanning <fanningpj@apache.org>
Fri, 18 Nov 2022 10:06:19 +0000 (10:06 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 18 Nov 2022 10:06:19 +0000 (10:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905373 13f79535-47bb-0310-9956-ffa450edef68

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

index 215acbc7539d51f72f185bc59c2f414012deebb2..427105cc7645fe99227df76523be5984ce5242b3 100644 (file)
@@ -175,7 +175,7 @@ subprojects {
         all {
             resolutionStrategy {
                 force "commons-io:commons-io:${commonsIoVersion}"
-                force 'org.slf4j:slf4j-api:2.0.3'
+                force 'org.slf4j:slf4j-api:2.0.4'
                 force 'com.fasterxml.woodstox:woodstox-core:6.4.0'
             }
         }
index 6419650476208cf03eedf5d0bb173a1de045b1e8..63d605a60661d85c37376916323cd2b334ac9f9f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -338,7 +338,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:31.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.3" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.4" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
 
     <!-- coverage libs -->
index 4afc271d4fa6feab65aa65de20e354bc04a2dc94..556315aaf469ea2126592cebeafa26cc7ddbbfc0 100644 (file)
@@ -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.3'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.4'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index 11d3c72b8b2a299b7fb5a65826a21f9c3d35a423..6141cb42ac17bd48c4e061cac0752c54a9b4347f 100644 (file)
@@ -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.3'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.4'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index b7e6a57395504fe9a2c2974cfdec3e371ea52764..fe08a05305370cd3aa4adc52f74c4d2af186d245 100644 (file)
@@ -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.3'
+    testImplementation 'org.slf4j:slf4j-simple:2.0.4'
 
     if (SAXON_TEST) {
         testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"