diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-02-26 22:44:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-02-26 22:44:31 +0000 |
commit | 025c90469548a21fbd8f843ac583cb8eeb459639 (patch) | |
tree | 63c6dea8a557909ff1c7735e72da490f476ea45c | |
parent | 05af0e0bf323daf3867be34350c1d4e44535c79f (diff) | |
download | poi-025c90469548a21fbd8f843ac583cb8eeb459639.tar.gz poi-025c90469548a21fbd8f843ac583cb8eeb459639.zip |
woodstox 6.6.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916016 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 24dea8c8dc..08bb2df95c 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.12' - force 'com.fasterxml.woodstox:woodstox-core:6.5.1' + force 'com.fasterxml.woodstox:woodstox-core:6.6.1' } } } |