Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.woodstox:woodstox-core (#626)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.5.1 to 6.6.0.
- [Commits](FasterXML/woodstox@woodstox-core-6.5.1...woodstox-core-6.6.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent e07a5d6 commit 035e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {

configurations {
all {
resolutionStrategy.force("com.fasterxml.woodstox:woodstox-core:6.5.1")
resolutionStrategy.force("com.fasterxml.woodstox:woodstox-core:6.6.0")
}
}

Expand Down

0 comments on commit 035e926

Please sign in to comment.