Skip to content

Commit fa856c3

Browse files
committed
Update Mockito to 5.3.1
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent a1b6ec4 commit fa856c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation project(':opensearch-ml-common')
1717
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
1818
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
19-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
19+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
2020

2121
}
2222

ml-algorithms/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ dependencies {
3232
implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
3333
implementation group: 'io.protostuff', name: 'protostuff-collectionschema', version: '1.8.0'
3434
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
35-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
36-
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.4.0'
35+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
3736
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
3837
implementation platform("ai.djl:bom:0.19.0")
3938
implementation group: 'ai.djl.pytorch', name: 'pytorch-model-zoo'

0 commit comments

Comments
 (0)