Skip to content

Commit 0f9f42f

Browse files
author
ehennum
committed
dependency upgrade for OkHttp and for Jackson vulnerability #1118
1 parent 33243b3 commit 0f9f42f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

marklogic-client-api/build.gradle

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ dependencies {
1212
compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'
1313
compile group: 'org.glassfish.jaxb', name: 'jaxb-core', version: '2.3.0.1'
1414
}
15-
compile group: 'com.squareup.okhttp3', name: 'okhttp', version:'3.10.0'
16-
compile group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'3.10.0'
17-
compile group: 'com.burgstaller', name: 'okhttp-digest', version:'1.16'
15+
compile group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.4.0'
16+
compile group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'4.4.0'
17+
compile group: 'com.burgstaller', name: 'okhttp-digest', version:'2.2'
1818
compile group: 'com.sun.mail', name: 'javax.mail', version:'1.6.1'
1919
compile group: 'javax.ws.rs', name: 'javax.ws.rs-api', version:'2.1'
2020
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
21-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.10.1'
22-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.10.1'
23-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.10.1'
24-
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.10.1'
21+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.10.3'
22+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.10.3'
23+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.10.3'
24+
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.10.3'
2525
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
26-
testCompile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.10.1'
2726
testCompile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
2827
testCompile group: 'org.hsqldb', name: 'hsqldb', version:'2.4.0'
2928
compileOnly group: 'org.jdom', name: 'jdom2', version:'2.0.6'

ml-development-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compileOnly gradleApi()
2323
compile project (':marklogic-client-api')
2424
compile ('org.jetbrains.kotlin:kotlin-stdlib')
25-
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1')
25+
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3')
2626
testCompileOnly gradleTestKit()
2727
}
2828

0 commit comments

Comments
 (0)