Skip to content

Commit

Permalink
upgrade Jackson dependency #1177
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennum committed Dec 20, 2019
1 parent 2574360 commit 0d8e324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions marklogic-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies {
compile group: 'com.sun.mail', name: 'javax.mail', version:'1.6.1'
compile group: 'javax.ws.rs', name: 'javax.ws.rs-api', version:'2.1'
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.9.8'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.9.8'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.9.8'
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.9.8'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.10.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.10.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.10.1'
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.10.1'
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
testCompile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.9.8'
testCompile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.10.1'
testCompile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
testCompile group: 'org.hsqldb', name: 'hsqldb', version:'2.4.0'
compileOnly group: 'org.jdom', name: 'jdom2', version:'2.0.6'
Expand Down
2 changes: 1 addition & 1 deletion ml-development-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compileOnly gradleApi()
compile project (':marklogic-client-api')
compile ('org.jetbrains.kotlin:kotlin-stdlib')
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9')
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1')
testCompileOnly gradleTestKit()
}

Expand Down

0 comments on commit 0d8e324

Please sign in to comment.