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") {