Skip to content

Commit

Permalink
Upgrade Jackson to 2.17.1, add jackson-dataformat-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jun 12, 2024
1 parent 2ccab1d commit b9b576d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hdrhistogram = "2.1.12"
yaml = "2.0"
micrometercore = "1.12.5"
micrometerprometheus = "1.12.5"
jackson = '2.17.0'
jackson = '2.17.1'
jdbm = '1.0'

[libraries]
Expand Down Expand Up @@ -51,4 +51,5 @@ micrometerprometheus = { module = "io.micrometer:micrometer-registry-prometheus"
jacksonCore = { module = 'com.fasterxml.jackson.core:jackson-core', version.ref = 'jackson' }
jacksonDataBind = { module = 'com.fasterxml.jackson.core:jackson-databind', version.ref = 'jackson' }
jacksonDataTypeJSR310 = { module = 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310', version.ref = 'jackson' }
jacksonDataFormatXML = { module = 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml', version.ref = 'jackson' }

0 comments on commit b9b576d

Please sign in to comment.