diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-23 14:04:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 14:04:20 +0000 |
commit | ac39817c607e98f5b4978b0674469d8896a40831 (patch) | |
tree | ab47314301ca844c805b9862ab44da6f2bb24875 | |
parent | e896804683e621cee682284b60020f9e0ab95a67 (diff) | |
download | poi-ac39817c607e98f5b4978b0674469d8896a40831.tar.gz poi-ac39817c607e98f5b4978b0674469d8896a40831.zip |
Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0dependabot/gradle/com.fasterxml.woodstox-woodstox-core-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] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } } } |