Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml (#2339)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.15.3 to 2.16.0.
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.3...jackson-dataformat-xml-2.16.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  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 Dec 5, 2023
1 parent b9a6124 commit 65d7c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildscript {
classpath("com.fasterxml.jackson.core:jackson-core:2.15.3")
classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3")
classpath("com.fasterxml.jackson.core:jackson-databind:2.16.0")
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3")
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0")
classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0")
classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
Expand Down

0 comments on commit 65d7c1f

Please sign in to comment.