revert woodstox upgrade

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-01-18 09:23:42 +00:00
parent 1fa568916f
commit c868af2e57

View File

@ -153,7 +153,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:2.0.11'
force 'com.fasterxml.woodstox:woodstox-core:6.6.0'
force 'com.fasterxml.woodstox:woodstox-core:6.5.1'
}
}
}