upgrade woodstox

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-01-14 13:07:09 +00:00
parent d2d0c8fe65
commit 6e92ba3c57

View File

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