diff --git a/gamecommon/build.gradle b/gamecommon/build.gradle index 2ad2b0edb..b84579e37 100644 --- a/gamecommon/build.gradle +++ b/gamecommon/build.gradle @@ -14,8 +14,6 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' - compile("com.fasterxml.jackson.core:jackson-core:2.3.1") - compile("com.fasterxml.jackson.core:jackson-databind:2.3.3") } jar { baseName = 'gamecommon' diff --git a/tablemanager/build.gradle b/tablemanager/build.gradle index a6fcf7c05..949073adc 100644 --- a/tablemanager/build.gradle +++ b/tablemanager/build.gradle @@ -15,8 +15,8 @@ dependencies { compile project(":gamecommon") testCompile group: 'junit', name: 'junit', version: '4.12' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' - compile("com.fasterxml.jackson.core:jackson-core:2.3.1") - compile("com.fasterxml.jackson.core:jackson-databind:2.3.3") + compile("com.fasterxml.jackson.core:jackson-core:2.10.1") + compile("com.fasterxml.jackson.core:jackson-databind:2.10.1") } jar {