upgrade woodstox

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-22 13:39:03 +00:00
parent 692d38641a
commit 53800f9dbb

View File

@ -139,7 +139,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:1.7.32'
force 'com.fasterxml.woodstox:woodstox-core:6.2.6'
force 'com.fasterxml.woodstox:woodstox-core:6.2.7'
}
}
}