File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
15
15
dependencies {
16
16
implementation project(' :opensearch-ml-common' )
17
17
compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
18
- testImplementation group : ' junit' , name : ' junit' , version : ' 4.12 '
18
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1 '
19
19
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.4.0'
20
20
21
21
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
dependencies {
14
14
compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
15
15
implementation group : ' org.reflections' , name : ' reflections' , version : ' 0.9.12'
16
- testImplementation group : ' junit' , name : ' junit' , version : ' 4.12 '
16
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1 '
17
17
compileOnly " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
18
18
compileOnly " org.opensearch:common-utils:${ common_utils_version} "
19
19
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.4.0'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation group : ' io.protostuff' , name : ' protostuff-runtime' , version : ' 1.8.0'
30
30
implementation group : ' io.protostuff' , name : ' protostuff-api' , version : ' 1.8.0'
31
31
implementation group : ' io.protostuff' , name : ' protostuff-collectionschema' , version : ' 1.8.0'
32
- testImplementation group : ' junit' , name : ' junit' , version : ' 4.12 '
32
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1 '
33
33
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.4.0'
34
34
testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 4.4.0'
35
35
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
You can’t perform that action at this time.
0 commit comments