Skip to content

Commit 15cf681

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#1456)
* 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>
1 parent 37e24dc commit 15cf681

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
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
88
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
99
- Bump `org.owasp.dependencycheck` from 12.0.2 to 12.1.0 ([#1440](https://github.com/opensearch-project/opensearch-java/pull/1440))
10+
- Bump `org.junit:junit-bom` from 5.11.4 to 5.12.0 ([#1456](https://github.com/opensearch-project/opensearch-java/pull/1456))
1011

1112
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1213

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)