aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-15 14:56:38 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-15 14:56:38 +0000
commit47bcd74df9e403de4a2b6cd6207a305db62051ec (patch)
treec5b9b77f3ba19676c8d37188f0e5cf824b49e7e4 /poi-ooxml/build.gradle
parentcf22264d7054884bc8a4ae322bafd7fb631c950e (diff)
downloadpoi-47bcd74df9e403de4a2b6cd6207a305db62051ec.tar.gz
poi-47bcd74df9e403de4a2b6cd6207a305db62051ec.zip
slf4j 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r--poi-ooxml/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index f8dad94e98..f76a1d0614 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -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.0'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.1'
if (SAXON_TEST) {
testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"