diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-04-19 19:26:14 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-04-19 19:26:14 +0000 |
commit | add156ed0f5cb9a35e8ff4999a3f361bd0a8e818 (patch) | |
tree | c744e4001d4dae4c43f72f1b72546d6a608ecf98 /build.gradle | |
parent | f7cfed4c1aae0a8503a722db0289672e42f76a09 (diff) | |
download | poi-add156ed0f5cb9a35e8ff4999a3f361bd0a8e818.tar.gz poi-add156ed0f5cb9a35e8ff4999a3f361bd0a8e818.zip |
upgrade woodstox to 6.5.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 062c30f05d..9658c36d12 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ subprojects { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" force 'org.slf4j:slf4j-api:2.0.7' - force 'com.fasterxml.woodstox:woodstox-core:6.5.0' + force 'com.fasterxml.woodstox:woodstox-core:6.5.1' } } } |