From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:04:20 +0000 (+0000) Subject: Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac39817c607e98f5b4978b0674469d8896a40831;p=poi.git Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 7.0.0 to 7.1.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.0.0...woodstox-core-7.1.0) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/build.gradle b/build.gradle index 3a8153a7f7..1dcf4c40dc 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ subprojects { resolutionStrategy { force "commons-io:commons-io:${commonsIoVersion}" force 'org.slf4j:slf4j-api:2.0.16' - force 'com.fasterxml.woodstox:woodstox-core:7.0.0' + force 'com.fasterxml.woodstox:woodstox-core:7.1.0' } } }