Skip to content

Commit 6bdcf57

Browse files
authored
Merge pull request #1539 from marklogic/feature/mockito-upgrade
Upgraded Mockito to 4.11
2 parents fcd393d + e2a6067 commit 6bdcf57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

marklogic-client-api/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)