@@ -17,7 +17,7 @@ dependencies {
1717 // This is now an implementation dependency as opposed to an api dependency in 7.x and earlier.
1818 // The only time it appears in the public API is when a user uses JAXBHandle.
1919 // But in that scenario, the user would already be using JAXB in their application.
20- implementation " jakarta.xml.bind:jakarta.xml.bind-api:4.0.4 "
20+ implementation " jakarta.xml.bind:jakarta.xml.bind-api:4.0.5 "
2121 implementation " org.glassfish.jaxb:jaxb-runtime:4.0.6"
2222
2323 implementation " com.squareup.okhttp3:okhttp:${ okhttpVersion} "
@@ -40,14 +40,14 @@ dependencies {
4040 // Dependencies for hash generation. Can be safely omitted if not using the incremental write feature. But neither
4141 // has any transitive dependencies, and thus their impact on the dependency tree is minimal.
4242 implementation " io.github.erdtman:java-json-canonicalization:1.1"
43- implementation " net.openhft:zero-allocation-hashing:0.27ea1 "
43+ implementation " net.openhft:zero-allocation-hashing:2026.0 "
4444
4545 // Only used by extras (which some examples then depend on)
4646 compileOnly ' org.jdom:jdom2:2.0.6.1'
4747 compileOnly ' org.dom4j:dom4j:2.2.0'
4848 compileOnly ' com.google.code.gson:gson:2.13.2'
4949
50- testImplementation " com.marklogic:marklogic-junit5:2.0-SNAPSHOT "
50+ testImplementation " com.marklogic:marklogic-junit5:2.0.0 "
5151
5252 testImplementation ' org.xmlunit:xmlunit-legacy:2.11.0'
5353 testImplementation project(' :examples' )
@@ -57,13 +57,13 @@ dependencies {
5757 // Allows talking to the Manage API.
5858 testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT"
5959
60- testImplementation " org.mockito:mockito-core:5.21 .0"
61- testImplementation " org.mockito:mockito-inline:5.2.0"
60+ testImplementation " org.mockito:mockito-core:5.22 .0"
61+ // testImplementation "org.mockito:mockito-inline:5.2.0"
6262
6363 testImplementation " com.squareup.okhttp3:mockwebserver3:${ okhttpVersion} "
6464
6565 testImplementation " com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jacksonVersion} "
66- testImplementation ' ch.qos.logback:logback-classic:1.5.23 '
66+ testImplementation " ch.qos.logback:logback-classic:${ logbackVersion } "
6767
6868 // Using this to avoid a schema validation issue with the regular xercesImpl
6969 testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
0 commit comments