aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-01-18 09:23:42 +0000
committerPJ Fanning <fanningpj@apache.org>2024-01-18 09:23:42 +0000
commitc868af2e575c2e56bba9037c2f03fdb59ce301cf (patch)
tree9010ac0c96469e496b026001d9275e6fbf120143 /build.gradle
parent1fa568916feea3fcc4a9b804269400df3ac9427c (diff)
downloadpoi-c868af2e575c2e56bba9037c2f03fdb59ce301cf.tar.gz
poi-c868af2e575c2e56bba9037c2f03fdb59ce301cf.zip
revert woodstox upgrade
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 937a0e230f..430b91bb64 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.6.0'
+ force 'com.fasterxml.woodstox:woodstox-core:6.5.1'
}
}
}