aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-05 00:29:57 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-05 00:29:57 +0000
commit8af15235cd1dca8b20c5d8a9615021e19f66c5f2 (patch)
tree9204f664c8769e94d3cec3373baae9f41e351b9a /poi-ooxml
parent1bdf4bd18feb82b4c7aa1ac05ec6c6ed18aeb547 (diff)
downloadpoi-8af15235cd1dca8b20c5d8a9615021e19f66c5f2.tar.gz
poi-8af15235cd1dca8b20c5d8a9615021e19f66c5f2.zip
slf4j 1.7.32
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892907 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 92c816df93..df7a7dbc27 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -76,7 +76,7 @@ dependencies {
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.32'
testImplementation 'com.google.guava:guava:30.1.1-jre'
- // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.31 dependency
+ // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.32 dependency
// see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"