From 606226f44f6460ed964579a053cd777045b8d4de Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:33:03 -0800 Subject: [PATCH] Update dependency junit:junit to v4.13.1 (#625) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- client/build.gradle | 2 +- common/build.gradle | 2 +- ml-algorithms/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/build.gradle b/client/build.gradle index 53ce5e3ecf..47c85ba0aa 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -15,7 +15,7 @@ plugins { dependencies { implementation project(':opensearch-ml-common') compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}" - testImplementation group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.13.1' testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0' } diff --git a/common/build.gradle b/common/build.gradle index cf1e14bc1b..7f034d9759 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -13,7 +13,7 @@ plugins { dependencies { compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}" implementation group: 'org.reflections', name: 'reflections', version: '0.9.12' - testImplementation group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.13.1' compileOnly "org.opensearch.client:opensearch-rest-client:${opensearch_version}" compileOnly "org.opensearch:common-utils:${common_utils_version}" testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0' diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index 301fdfa7e5..08cb9669a6 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-collectionschema', version: '1.8.0' - testImplementation group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.13.1' testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.4.0' implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'