diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-01-17 18:04:50 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-01-17 18:04:50 +0000 |
commit | 1fa568916feea3fcc4a9b804269400df3ac9427c (patch) | |
tree | acd534905ff82bf8b4ec7143b23c717f64f1af80 /build.gradle | |
parent | f93306721f52243285a81d261231952077c1aac7 (diff) | |
download | poi-1fa568916feea3fcc4a9b804269400df3ac9427c.tar.gz poi-1fa568916feea3fcc4a9b804269400df3ac9427c.zip |
woodstox upgrade
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915295 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 430b91bb64..937a0e230f 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ subprojects { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" force 'org.slf4j:slf4j-api:2.0.11' - force 'com.fasterxml.woodstox:woodstox-core:6.5.1' + force 'com.fasterxml.woodstox:woodstox-core:6.6.0' } } } |