From 9b8033c6dd0b200fc2cc339d4540c6b9096f7492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Mar 2025 18:39:24 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.1 (#1084) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit b0d1ecc31adf0d27957fa41b0654c4356a673791) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 969f959a..8b22a91b 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ dependencies { implementation ("org.opensearch:opensearch-remote-metadata-sdk:${opensearch_build}") { exclude group: "org.apache.httpcomponents.client5", module: "httpclient5" } - testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1' testImplementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}" testImplementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" testImplementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson_databind}"