File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ dependencies {
4040 // version, but that should not have any impact on the tests.
4141 testImplementation " com.marklogic:ml-app-deployer:4.4.0"
4242
43+ // Starting with mockito 5.x, Java 11 is required, so sticking with 4.x as we have to support Java 8.
44+ testImplementation " org.mockito:mockito-core:4.11.0"
45+ testImplementation " org.mockito:mockito-inline:4.11.0"
46+
4347 testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.1'
44- testImplementation " org.mockito:mockito-core:4.10.0"
45- testImplementation " org.mockito:mockito-inline:4.10.0"
4648 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
4749// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
4850 testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
You can’t perform that action at this time.
0 commit comments