Skip to content

Commit 606226f

Browse files
Update dependency junit:junit to v4.13.1 (opensearch-project#625)
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent 339176b commit 606226f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
dependencies {
1616
implementation project(':opensearch-ml-common')
1717
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'
1919
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
2020

2121
}

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
dependencies {
1414
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
1515
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'
1717
compileOnly "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
1818
compileOnly "org.opensearch:common-utils:${common_utils_version}"
1919
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'

ml-algorithms/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
3030
implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
3131
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'
3333
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
3434
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.4.0'
3535
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'

0 commit comments

Comments
 (0)