File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
14
14
- Bumps ` grgit-gradle ` from 4.0.1 to 5.0.0
15
15
- Update Jackson to 2.14.0 ([ #259 ] ( https://github.com/opensearch-project/opensearch-java/pull/259 ) )
16
16
- Bumps ` Jackson ` from 2.14.1 to 2.14.2 ([ #357 ] ( https://github.com/opensearch-project/opensearch-java/pull/357 ) )
17
+ - Bumps ` classgraph ` from 4.8.149 to 4.8.156 ([ #395 ] ( https://github.com/opensearch-project/opensearch-java/pull/395 ) )
17
18
18
19
### Changed
19
20
- Update literature around changelog contributions in CONTRIBUTING.md ([ #242 ] ( https://github.com/opensearch-project/opensearch-java/pull/242 ) )
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ dependencies {
186
186
implementation(" org.eclipse" , " yasson" , " 2.0.2" )
187
187
188
188
// https://github.com/classgraph/classgraph
189
- testImplementation(" io.github.classgraph:classgraph:4.8.149 " )
189
+ testImplementation(" io.github.classgraph:classgraph:4.8.156 " )
190
190
191
191
// Eclipse 1.0
192
192
testImplementation(" junit" , " junit" , " 4.13.2" ) {
You can’t perform that action at this time.
0 commit comments