mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 23:22:04 +01:00
Move jackson databind version to version.gradle
This commit is contained in:
parent
80ff3cf47a
commit
b1d3b42d39
2 changed files with 2 additions and 1 deletions
|
@ -12,5 +12,6 @@ allprojects {
|
|||
slf4jVersion = '1.7.36'
|
||||
logbackVersion = '1.2.11'
|
||||
lombokVersion = '1.18.24'
|
||||
jacksonDataBindVersion = '2.13.2.2'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ dependencies {
|
|||
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
|
||||
|
||||
// JSON
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDataBindVersion"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue