aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-20 11:00:46 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-20 11:00:46 +0000
commitf37a6013b680959ea952409137014242f261cc93 (patch)
treedbb8093c2c3ba73c01a5b05555d77d999b4711ed /poi-ooxml
parent5fb90fdccec774ba1c890feb6a9a5556dc27c0dc (diff)
downloadpoi-f37a6013b680959ea952409137014242f261cc93.tar.gz
poi-f37a6013b680959ea952409137014242f261cc93.zip
slf4j 2.0.7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-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 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'