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