diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a20769fa..a554c85f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- Bumps `io.github.classgraph:classgraph` from 4.8.170 to 4.8.172 ### Changed @@ -13,11 +14,24 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed ### Fixed -- Fix integer overflow for variables in indices stats response ([#960](https://github.com/opensearch-project/opensearch-java/pull/960)) -- Fix composite aggregations for search requests ([#967](https://github.com/opensearch-project/opensearch-java/pull/967)) ### Security +## [2.10.2] +### Added + +### Dependencies + +### Changed + +### Deprecated + +### Removed + +### Fixed +- Fix integer overflow for variables in indices stats response ([#960](https://github.com/opensearch-project/opensearch-java/pull/960)) +- Fix composite aggregations for search requests ([#967](https://github.com/opensearch-project/opensearch-java/pull/967)) + ## [2.10.1] - 04/16/2024 ### Added - Add missed fields to PhraseSuggestOption: collapseMatch ([#940](https://github.com/opensearch-project/opensearch-java/pull/940)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index b068e7ce8f..5d1657ca26 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -214,7 +214,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.170") + testImplementation("io.github.classgraph:classgraph:4.8.172") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {