Skip to content

Commit 2e7de62

Browse files
authored
Bumping classgraph from 4.8.149 to 4.8.156 (#395)
Signed-off-by: Vacha Shah <[email protected]>
1 parent 68ef7a7 commit 2e7de62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1414
- Bumps `grgit-gradle` from 4.0.1 to 5.0.0
1515
- Update Jackson to 2.14.0 ([#259](https://github.com/opensearch-project/opensearch-java/pull/259))
1616
- 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))
1718

1819
### Changed
1920
- Update literature around changelog contributions in CONTRIBUTING.md ([#242](https://github.com/opensearch-project/opensearch-java/pull/242))

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
implementation("org.eclipse", "yasson", "2.0.2")
187187

188188
// https://github.com/classgraph/classgraph
189-
testImplementation("io.github.classgraph:classgraph:4.8.149")
189+
testImplementation("io.github.classgraph:classgraph:4.8.156")
190190

191191
// Eclipse 1.0
192192
testImplementation("junit", "junit" , "4.13.2") {

0 commit comments

Comments
 (0)