aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-10-25 15:04:34 +0000
committerPJ Fanning <fanningpj@apache.org>2022-10-25 15:04:34 +0000
commitd7ada258c49bae670cde9c851ce92cf34ae61d7a (patch)
tree2a5df4ee20b3af4a5cc649e353fe4202a3aef1d7
parent43b0529a67c813ae1ebd0812a7c8d87332704d71 (diff)
downloadpoi-d7ada258c49bae670cde9c851ce92cf34ae61d7a.tar.gz
poi-d7ada258c49bae670cde9c851ce92cf34ae61d7a.zip
woodstox 6.4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904829 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 74ba968e89..a04034873a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -179,7 +179,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:2.0.3'
- force 'com.fasterxml.woodstox:woodstox-core:6.3.1'
+ force 'com.fasterxml.woodstox:woodstox-core:6.4.0'
}
}
}