From b915bc3c4730beb711b2d2d7893501257a657161 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Wed, 26 Jun 2024 14:25:35 -0400 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.173 to 4.8.174 in /java-client (#1050) (#1053) * Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.173 to 4.8.174. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.173...classgraph-4.8.174) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit edcf6c15fecbfec95609fd28d566febd176c1312) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 +- java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46017fae7..e51ae0e807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies -- Bumps `io.github.classgraph:classgraph` from 4.8.172 to 4.8.173 +- Bumps `io.github.classgraph:classgraph` from 4.8.172 to 4.8.174 ### Changed - Made InlineGet source field nullable. ([#1042](https://github.com/opensearch-project/opensearch-java/pull/1042)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 9818508320..03dd863642 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -215,7 +215,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.173") + testImplementation("io.github.classgraph:classgraph:4.8.174") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {