Skip to content

Commit 485ff23

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#1456) (#1457)
* Bump org.junit:junit-bom from 5.11.4 to 5.12.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 15cf681) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef172b9 commit 485ff23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Added support for the Search response `phase_took` field ([#1449](https://github.com/opensearch-project/opensearch-java/pull/1449))
1111

1212
### Dependencies
13+
- Bump `org.junit:junit-bom` from 5.11.4 to 5.12.0 ([#1456](https://github.com/opensearch-project/opensearch-java/pull/1456))
1314

1415
### Changed
1516

java-codegen/build.gradle.kts

+1-1
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.11.4"))
178+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
179179
testImplementation("org.junit.jupiter", "junit-jupiter")
180180
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
181181
}

0 commit comments

Comments
 (0)