Skip to content

Commit d7eddd4

Browse files
Bump org.junit:junit-bom from 5.13.1 to 5.13.2 (#1650)
* Bump org.junit:junit-bom from 5.13.1 to 5.13.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> * Fix changelog Signed-off-by: Thomas Farr <tsfarr@amazon.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com>
1 parent 8f30e5f commit d7eddd4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4+
## [Unreleased 4.x]
5+
6+
### Dependencies
7+
- Bump `org.junit:junit-bom` from 5.13.1 to 5.13.2 ([#1650](https://github.com/opensearch-project/opensearch-java/pull/1650))
8+
49
## [Unreleased 3.x]
510
### Added
611
- Added support for Index Management plugin APIs ([#1604](https://github.com/opensearch-project/opensearch-java/pull/1604))

java-codegen/build.gradle.kts

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

178178
// EPL-2.0
179-
testImplementation(platform("org.junit:junit-bom:5.13.1"))
179+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
180180
testImplementation("org.junit.jupiter", "junit-jupiter")
181181
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
182182
}

0 commit comments

Comments
 (0)