Skip to content

Commit 4897e9f

Browse files
committed
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.
1 parent 1775b81 commit 4897e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation "com.marklogic:ml-app-deployer:6.1.0"
5050

5151
testImplementation "org.mockito:mockito-core:5.20.0"
52-
testImplementation "org.mockito:mockito-inline:5.20.0"
52+
testImplementation "org.mockito:mockito-inline:5.2.0"
5353

5454
testImplementation "com.squareup.okhttp3:mockwebserver3:5.2.0"
5555

0 commit comments

Comments
 (0)