diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-10-23 19:18:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-10-23 19:18:51 +0000 |
commit | 7c17cc5e8f1bc0868012dda244e01f3de63b382a (patch) | |
tree | ab47314301ca844c805b9862ab44da6f2bb24875 /build.gradle | |
parent | e896804683e621cee682284b60020f9e0ab95a67 (diff) | |
download | poi-7c17cc5e8f1bc0868012dda244e01f3de63b382a.tar.gz poi-7c17cc5e8f1bc0868012dda244e01f3de63b382a.zip |
woodstox 7.1.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921511 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 3a8153a7f7..1dcf4c40dc 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.16' - force 'com.fasterxml.woodstox:woodstox-core:7.0.0' + force 'com.fasterxml.woodstox:woodstox-core:7.1.0' } } } |