Skip to content

Commit 1be43d1

Browse files
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#1587) (#1588)
* 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05f499f commit 1be43d1

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
@@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
### Added
66

77
### Dependencies
8+
- Bump `org.junit:junit-bom` from 5.12.2 to 5.13.0 ([#1587](https://github.com/opensearch-project/opensearch-java/pull/1587))
89

910
### Changed
1011

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)