woodstox 6.6.1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-02-26 22:44:31 +00:00
parent 05af0e0bf3
commit 025c904695
1 changed files with 1 additions and 1 deletions

View File

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