Skip to content

Commit

Permalink
Merge pull request #86 from VerifAPS/dependabot/gradle/com.fasterxml.…
Browse files Browse the repository at this point in the history
…jackson.core-jackson-databind-2.16.0

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
  • Loading branch information
wadoon authored Nov 20, 2023
2 parents cfc34ce + d9cae62 commit d105bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies {
api project(':util')
api group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
api group: 'jaxen', name: 'jaxen', version: '2.0.0'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.3'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
}

0 comments on commit d105bd6

Please sign in to comment.