]> source.dussan.org Git - poi.git/commitdiff
Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0 717/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 23 Oct 2024 14:04:20 +0000 (14:04 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 14:04:20 +0000 (14:04 +0000)
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>
build.gradle

index 3a8153a7f78af2eba7504682dc426b818e641ed3..1dcf4c40dc8676a243eeb3956c59fa847bdc9d61 100644 (file)
@@ -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'
             }
         }
     }