File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ subprojects {
3333 mavenCentral()
3434 }
3535
36+ ext {
37+ jacksonVersion = ' 2.9.6'
38+ }
39+
3640 apply plugin : ' maven'
3741 apply plugin : ' maven-publish'
3842 apply plugin : ' java'
@@ -43,11 +47,11 @@ subprojects {
4347
4448 // noinspection GroovyAssignabilityCheck
4549 dependencies {
46- compile ' com.fasterxml.jackson.core:jackson-core:2.4.2 '
47- compile ' com.fasterxml.jackson.core:jackson-annotations:2.4.2 '
48- compile ' com.fasterxml.jackson.core:jackson-databind:2.4.2 '
50+ compile " com.fasterxml.jackson.core:jackson-core:$j acksonVersion "
51+ compile " com.fasterxml.jackson.core:jackson-annotations:$j acksonVersion "
52+ compile " com.fasterxml.jackson.core:jackson-databind:$j acksonVersion "
4953 compile ' com.google.guava:guava:17.0'
50- compile ' org.slf4j:slf4j-api:1.7.7 '
54+ compile ' org.slf4j:slf4j-api:1.7.25 '
5155 compile ' commons-codec:commons-codec:1.9'
5256 testCompile ' junit:junit:4.11'
5357 testCompile ' org.powermock:powermock-module-junit4:1.6.6'
You can’t perform that action at this time.
0 commit comments