@@ -46,14 +46,12 @@ dependencies {
4646 testImplementation ' org.apache.commons:commons-lang3:3.19.0'
4747
4848 // Allows talking to the Manage API.
49- testImplementation(" com.marklogic:ml-app-deployer:6.0.1" ) {
50- exclude module : " marklogic-client-api"
51- }
49+ testImplementation " com.marklogic:ml-app-deployer:6.1.0"
50+
51+ testImplementation " org.mockito:mockito-core:5.20.0"
52+ testImplementation " org.mockito:mockito-inline:5.20.0"
5253
53- // Starting with mockito 5.x, Java 11 is required, so sticking with 4.x as we have to support Java 8.
54- testImplementation " org.mockito:mockito-core:4.11.0"
55- testImplementation " org.mockito:mockito-inline:4.11.0"
56- testImplementation " com.squareup.okhttp3:mockwebserver3:5.1.0"
54+ testImplementation " com.squareup.okhttp3:mockwebserver3:5.2.0"
5755
5856 testImplementation " com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jacksonVersion} "
5957 testImplementation ' ch.qos.logback:logback-classic:1.5.19'
@@ -73,7 +71,7 @@ dependencies {
7371 // https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
7472 // Without this, once using JUnit 5.12 or higher, Gradle will not find any tests and report an error of:
7573 // org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to discover tests
76- testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.13.4 "
74+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.14.0 "
7775}
7876
7977// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified
0 commit comments