From 352a25ba437ab5c98d3770c2ab319e1674799baf Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 18 Nov 2024 14:55:18 -0500 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 in /java-client (#1302) (#1308) * Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.177 to 4.8.179. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.177...classgraph-4.8.179) --- 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 2b69161ad931ee5daf7bc34fdab947f6f43bcc3b) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27447cdf13..4125179fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1 - Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0 +- Bump `io.github.classgraph:classgraph` from 4.8.177 to 4.8.179 ([#1302](https://github.com/opensearch-project/opensearch-java/pull/1302)) ### Fixed - Fixed `UndeployModelResponse` deserialization ([#1257](https://github.com/opensearch-project/opensearch-java/pull/1257)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 64fc42e763..f2f2265cb7 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -237,7 +237,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.177") + testImplementation("io.github.classgraph:classgraph:4.8.179") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {