diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:43:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:43:33 +0000 |
commit | 4b1fc4f153c121960d2f8c1915a236fc95e43d8c (patch) | |
tree | 07d61dfaaf9cc21aa74358ddcd5c83f0b963e4bb /build.gradle | |
parent | b913185366eb0be630d6b70471f00b38dc940996 (diff) | |
download | poi-4b1fc4f153c121960d2f8c1915a236fc95e43d8c.tar.gz poi-4b1fc4f153c121960d2f8c1915a236fc95e43d8c.zip |
woostox 6.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902311 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 71e57b25cb..132390111d 100644 --- a/build.gradle +++ b/build.gradle @@ -175,7 +175,7 @@ subprojects { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" force 'org.slf4j:slf4j-api:1.7.36' - force 'com.fasterxml.woodstox:woodstox-core:6.2.8' + force 'com.fasterxml.woodstox:woodstox-core:6.3.0' } } } |