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.1 (#889)

fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.1 (#883)



(cherry picked from commit a30320d)

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 Sep 30, 2024
1 parent 55202b7 commit e0ad9eb
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 @@ -164,7 +164,7 @@ configurations {

dependencies {
implementation "org.opensearch:opensearch:${opensearch_version}"
implementation 'org.junit.jupiter:junit-jupiter:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter:5.11.1'
api group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
api group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "${opensearch_version}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
Expand Down

0 comments on commit e0ad9eb

Please sign in to comment.