From 4897e9f8b1075ecdbdfa8ca084845065d240fba8 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Thu, 16 Oct 2025 12:06:04 -0400 Subject: [PATCH] MLE-24747 Fixing typo in Gradle file Don't know why this didn't cause a failure initially, but did cause failures in nightly regressions. --- marklogic-client-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marklogic-client-api/build.gradle b/marklogic-client-api/build.gradle index 46b724103..a70d9d4b9 100644 --- a/marklogic-client-api/build.gradle +++ b/marklogic-client-api/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation "com.marklogic:ml-app-deployer:6.1.0" testImplementation "org.mockito:mockito-core:5.20.0" - testImplementation "org.mockito:mockito-inline:5.20.0" + testImplementation "org.mockito:mockito-inline:5.2.0" testImplementation "com.squareup.okhttp3:mockwebserver3:5.2.0"