Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml
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.17.2 to 2.18.0.
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.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]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 241e5a9 commit ec0b454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biz.ganttproject.app.libs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
exported "com.evanlennick:retry4j:0.15.0"
exported 'com.fasterxml.jackson.core:jackson-core:2.18.0'
exported 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0'
exported 'com.jgoodies:jgoodies-common:1.8.+'
exported "com.jgoodies:jgoodies-looks:2.7.0"
exported "com.squareup.okhttp3:okhttp:3.14.9"
Expand Down
2 changes: 1 addition & 1 deletion biz.ganttproject.core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
api "com.google.guava:guava:31.+"

implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0'


testImplementation(
Expand Down

0 comments on commit ec0b454

Please sign in to comment.