diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-15 12:26:24 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-15 12:26:24 +0000 |
commit | 4cbf218b0c95f2787ad00e34a60b4e1a6b4939f5 (patch) | |
tree | 402429c2b97de774919a365b81e0558a3e0f223d /build.gradle | |
parent | c8b87e24939b5ba8a59e30254860065d462bf7aa (diff) | |
download | poi-4cbf218b0c95f2787ad00e34a60b4e1a6b4939f5.tar.gz poi-4cbf218b0c95f2787ad00e34a60b4e1a6b4939f5.zip |
upgrade woodstox
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903435 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 d4ff4e5a30..152beeb810 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.3.0' + force 'com.fasterxml.woodstox:woodstox-core:6.3.1' } } } |