Skip to content

Commit c111299

Browse files
opensearch-trigger-bot[bot]github-actions[bot]mend-for-github-com[bot]
authored
[Backport 2.x] fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.1 (#1085)
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.1 (#1084) (cherry picked from commit b0d1ecc) Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent 7064f33 commit c111299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ dependencies {
193193
implementation ("org.opensearch:opensearch-remote-metadata-sdk:${opensearch_build}") {
194194
exclude group: "org.apache.httpcomponents.client5", module: "httpclient5"
195195
}
196-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
196+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
197197
testImplementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
198198
testImplementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
199199
testImplementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson_databind}"

0 commit comments

Comments
 (0)