@@ -16,49 +16,46 @@ dependencies {
1616 implementation ' org.glassfish.jaxb:jaxb-core:2.3.0.1'
1717 }
1818
19- // Forcing usage of 3.4.0 instead of 3.2.0 to address vulnerability - https://security.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKIO-5820002
20- implementation ' com.squareup.okio:okio:3.4.0'
21- implementation ' com.squareup.okhttp3:okhttp:4.11.0'
22- implementation ' com.squareup.okhttp3:logging-interceptor:4.11.0'
19+ implementation ' com.squareup.okhttp3:okhttp:4.12.0'
20+ implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
2321 implementation ' io.github.rburgst:okhttp-digest:2.7'
2422
2523 implementation ' com.sun.mail:javax.mail:1.6.2'
2624 implementation ' javax.ws.rs:javax.ws.rs-api:2.1.1'
2725 implementation ' org.slf4j:slf4j-api:1.7.36'
28- implementation ' com.fasterxml.jackson.core:jackson-core:2.15.2 '
29- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.15.2 '
30- implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
31- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.15.2 '
26+ implementation ' com.fasterxml.jackson.core:jackson-core:2.15.3 '
27+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.15.3 '
28+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.3 '
29+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.15.3 '
3230
3331 // Only used by extras (which some examples then depend on)
3432 // Forcing codec version to avoid vulnerability with older version in httpclient
35- compileOnly ' commons-codec:commons-codec:1.15 '
33+ compileOnly ' commons-codec:commons-codec:1.16.0 '
3634 compileOnly ' org.apache.httpcomponents:httpclient:4.5.14'
3735 compileOnly ' org.jdom:jdom2:2.0.6.1'
3836 compileOnly ' org.dom4j:dom4j:2.1.4'
3937 compileOnly ' com.google.code.gson:gson:2.10.1'
4038
41- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.3 '
39+ testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1 '
4240 // Forcing junit version to avoid vulnerability with older version in xmlunit
4341 testImplementation ' junit:junit:4.13.2'
4442 testImplementation ' org.xmlunit:xmlunit-legacy:2.9.1'
4543 testImplementation project(' :examples' )
4644
4745 // Allows talking to the Manage API. It depends on the Java Client itself, which will usually be a slightly older
4846 // version, but that should not have any impact on the tests.
49- testImplementation " com.marklogic:ml-app-deployer:4.5.2 "
47+ testImplementation " com.marklogic:ml-app-deployer:4.6.1 "
5048
5149 // Starting with mockito 5.x, Java 11 is required, so sticking with 4.x as we have to support Java 8.
5250 testImplementation " org.mockito:mockito-core:4.11.0"
5351 testImplementation " org.mockito:mockito-inline:4.11.0"
54- testImplementation ' com.squareup.okio:okio:3.4.0'
55- testImplementation " com.squareup.okhttp3:mockwebserver:4.11.0"
52+ testImplementation " com.squareup.okhttp3:mockwebserver:4.12.0"
5653
57- testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2 '
58- testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
54+ testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3 '
55+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
5956// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
6057 testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
61- testImplementation ' org.apache.commons:commons-lang3:3.12 .0'
58+ testImplementation ' org.apache.commons:commons-lang3:3.14 .0'
6259 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
6360 testImplementation ' com.opencsv:opencsv:4.6'
6461 testImplementation ' org.geonames:geonames:1.0'
0 commit comments