Skip to content

Commit a56cbe0

Browse files
Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.180 in /java-client (#1651)
* Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.180. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.179...classgraph-4.8.180) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.180 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7eddd4 commit a56cbe0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
### Dependencies
77
- Bump `org.junit:junit-bom` from 5.13.1 to 5.13.2 ([#1650](https://github.com/opensearch-project/opensearch-java/pull/1650))
8+
- Bump `io.github.classgraph:classgraph` from 4.8.179 to 4.8.180 ([#1651](https://github.com/opensearch-project/opensearch-java/pull/1651))
89

910
## [Unreleased 3.x]
1011
### Added

java-client/build.gradle.kts

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

247247
// https://github.com/classgraph/classgraph
248-
testImplementation("io.github.classgraph:classgraph:4.8.179")
248+
testImplementation("io.github.classgraph:classgraph:4.8.180")
249249

250250
// Eclipse 1.0
251251
testImplementation("junit", "junit" , "4.13.2") {

0 commit comments

Comments
 (0)