[deps] upgrade jackson to 2.12.4

This commit is contained in:
Andres Almiray
2021-07-27 00:53:07 +02:00
parent ccd13c4543
commit 0259ec2afd
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ dependencies {
api "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
api "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
api "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion"
api("com.github.sbaudoin:yamllint:1.3.1") {
api("com.github.sbaudoin:yamllint:$yamllintVersion") {
exclude group: 'commons-cli', module: 'commons-cli'
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}

View File

@@ -37,7 +37,7 @@ feignVersion = 11.2
feignFormVersion = 3.8.0
githubVersion = 1.129
greenmailVersion = 1.6.4
jacksonVersion = 2.12.3
jacksonVersion = 2.12.4
jgitVersion = 5.12.0.202106070339-r
jipsyVersion = 1.1.1
jsonSmartVersion = 2.4.7