File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation project(' :opensearch-ml-common' )
17
17
compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
18
18
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 '
20
20
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ dependencies {
32
32
implementation group : ' io.protostuff' , name : ' protostuff-api' , version : ' 1.8.0'
33
33
implementation group : ' io.protostuff' , name : ' protostuff-collectionschema' , version : ' 1.8.0'
34
34
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'
37
36
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
38
37
implementation platform(" ai.djl:bom:0.19.0" )
39
38
implementation group : ' ai.djl.pytorch' , name : ' pytorch-model-zoo'
You can’t perform that action at this time.
0 commit comments