Skip to content

Commit d9b695f

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#1587) (#1591)
* Bump org.junit:junit-bom from 5.12.2 to 5.13.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit c040148) Signed-off-by: dependabot[bot] <support@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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a229132 commit d9b695f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
### Dependencies
88
- Bump `org.apache.httpcomponents.client5:httpclient5` from 5.4.4 to 5.5 ([#1578](https://github.com/opensearch-project/opensearch-java/pull/1578))
9+
- Bump `org.junit:junit-bom` from 5.12.2 to 5.13.0 ([#1587](https://github.com/opensearch-project/opensearch-java/pull/1587))
910

1011
### Changed
1112

java-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ dependencies {
175175
implementation("org.commonmark", "commonmark", "0.24.0")
176176

177177
// EPL-2.0
178-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
178+
testImplementation(platform("org.junit:junit-bom:5.13.0"))
179179
testImplementation("org.junit.jupiter", "junit-jupiter")
180180
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
181181
}

0 commit comments

Comments
 (0)