Skip to content

Commit

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

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.15.2 to 2.15.3
  • Loading branch information
dbarashev authored Oct 16, 2023
2 parents 168dff5 + c801759 commit e21c92e
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 @@ -34,7 +34,7 @@ dependencies {
exported "com.evanlennick:retry4j:0.15.0"
exported 'com.fasterxml.jackson.core:jackson-core:2.15.3'
exported 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3'
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 @@ -20,7 +20,7 @@ dependencies {
direct configurations.api
implementation configurations.direct
implementation configurations.providedCompile
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3'


testImplementation(
Expand Down

0 comments on commit e21c92e

Please sign in to comment.