mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-10-31 22:25:58 +01:00
Bump jackson data bind to 2.13.2.2
This commit is contained in:
parent
8327751be9
commit
66730d4312
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ allprojects {
|
|||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
jacksonDataBindVersion = '2.13.2'
|
||||
jacksonDataBindVersion = '2.13.2.2'
|
||||
jacksonDataFormatXmlVersion = '2.13.2'
|
||||
junitVersion = '5.8.2'
|
||||
junitSysExitVersion = '1.1.2'
|
||||
jsrVersion = '3.0.2'
|
||||
|
|
|
@ -29,7 +29,7 @@ dependencies {
|
|||
implementation "info.picocli:picocli:$picocliVersion"
|
||||
|
||||
// Object Mapping
|
||||
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonDataBindVersion"
|
||||
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonDataFormatXmlVersion"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDataBindVersion"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue