Skip to content

Commit

Permalink
[Backport 2.x] fix(deps): update dependency org.junit.jupiter:junit-j…
Browse files Browse the repository at this point in the history
…upiter to v5.11.3 (#927)

fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (#923)



(cherry picked from commit ad8a033)

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>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 6441da7 commit 9fd2524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ configurations {

dependencies {
implementation "org.opensearch:opensearch:${opensearch_version}"
implementation 'org.junit.jupiter:junit-jupiter:5.11.2'
implementation 'org.junit.jupiter:junit-jupiter:5.11.3'
api group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
api group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "${opensearch_version}"
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
Expand Down

0 comments on commit 9fd2524

Please sign in to comment.