]> source.dussan.org Git - poi.git/commitdiff
slf4j 1.7.33
authorPJ Fanning <fanningpj@apache.org>
Sat, 22 Jan 2022 13:28:00 +0000 (13:28 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 22 Jan 2022 13:28:00 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897337 13f79535-47bb-0310-9956-ffa450edef68

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

index 304dd897467e88c5bb2b19c1ef71b5d88f26c68f..ee538601b6a4034927afbfe6a526405945796e84 100644 (file)
@@ -47,7 +47,7 @@ dependencies {
     }
     testImplementation 'com.google.guava:guava:31.0.1-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
+    testImplementation 'org.slf4j:slf4j-simple:1.7.33'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index b60aa4717e564ca18653c58c28b61800faaa2f54..0ce1d61e152eba2fa5c7ade8c0af89d813b909f8 100644 (file)
@@ -78,7 +78,7 @@ dependencies {
     }
     testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
+    testImplementation 'org.slf4j:slf4j-simple:1.7.33'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index 415874a4f8cbf1f285728c082bb6c13886405af0..be0b51868cc7ce2b5459df3a717f3b279a464f14 100644 (file)
@@ -144,7 +144,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-slf4j18-impl:${log4jVersion}"
-    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
+    testImplementation 'org.slf4j:slf4j-simple:1.7.33'
 
     if (SAXON_TEST) {
         testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"