diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-06-24 14:30:36 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-06-24 14:30:36 +0000 |
commit | a0abf6511571ad817ae02ce8b10771945e9cd7ae (patch) | |
tree | 3432c0c2b733d1d22c4036a0542a73d968e73cd7 | |
parent | e8c0084606b05dbe7d13fdfa94e044b68395acdd (diff) | |
download | poi-a0abf6511571ad817ae02ce8b10771945e9cd7ae.tar.gz poi-a0abf6511571ad817ae02ce8b10771945e9cd7ae.zip |
woodstox 7.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918546 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2eaf5d866d..cca508718a 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ subprojects { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" force 'org.slf4j:slf4j-api:2.0.13' - force 'com.fasterxml.woodstox:woodstox-core:6.6.2' + force 'com.fasterxml.woodstox:woodstox-core:7.0.0' } } } |