File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -288,13 +288,15 @@ dependencies {
288288 compile files(" ${ System.properties['java.home']} /../lib/tools.jar" )
289289 }
290290
291+ def jacksonVersion = " 2.11.4"
292+
291293 compile ' org.jooq:jooq:3.10.8'
292294 compile ' org.bouncycastle:bcprov-jdk15on:1.68'
293295 compile ' org.bouncycastle:bcpkix-jdk15on:1.68'
294296 compile ' org.xerial:sqlite-jdbc:3.32.3.2'
295297 compile ' com.google.guava:guava:28.2-jre'
296- compile ' com.fasterxml.jackson.core:jackson-annotations:2.10.5 '
297- compile ' com.fasterxml.jackson.core:jackson-databind:2.10.5.1 '
298+ compile " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion } "
299+ compile " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion } "
298300 compile group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.13.0'
299301 compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.13.0'
300302 compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.9'
You can’t perform that action at this time.
0 commit comments