upgrade woodstox

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-15 12:26:24 +00:00
parent c8b87e2493
commit 4cbf218b0c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:1.7.36'
force 'com.fasterxml.woodstox:woodstox-core:6.3.0'
force 'com.fasterxml.woodstox:woodstox-core:6.3.1'
}
}
}