mirror of
https://github.com/jlengrand/jreleaser.git
synced 2026-03-10 08:31:24 +00:00
[deps] upgrade jackson to 2.12.4
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user