File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
10
10
- Added support for the Search response ` phase_took ` field ([ #1449 ] ( https://github.com/opensearch-project/opensearch-java/pull/1449 ) )
11
11
12
12
### 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 ) )
13
14
14
15
### Changed
15
16
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ dependencies {
175
175
implementation(" org.commonmark" , " commonmark" , " 0.24.0" )
176
176
177
177
// EPL-2.0
178
- testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
178
+ testImplementation(platform(" org.junit:junit-bom:5.12.0 " ))
179
179
testImplementation(" org.junit.jupiter" , " junit-jupiter" )
180
180
testRuntimeOnly(" org.junit.platform" , " junit-platform-launcher" )
181
181
}
You can’t perform that action at this time.
0 commit comments