Skip to content

Commit

Permalink
Merge pull request #2460 from bardsoftware/dependabot/gradle/com.fast…
Browse files Browse the repository at this point in the history
…erxml.jackson.dataformat-jackson-dataformat-xml-2.17.1

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.17.0 to 2.17.1
  • Loading branch information
dbarashev committed May 13, 2024
2 parents 9dc1f00 + 85db468 commit 65d1bee
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 @@ -35,7 +35,7 @@ dependencies {
exported "com.evanlennick:retry4j:0.15.0"
exported 'com.fasterxml.jackson.core:jackson-core:2.17.1'
exported 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1'
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.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1'


testImplementation(
Expand Down

0 comments on commit 65d1bee

Please sign in to comment.