From a067f673d87c305e9fa5398d2ba337e6b9badf02 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 9 May 2024 11:42:17 -0700 Subject: [PATCH] [Backport 2.x] Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.172 (#980) * Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.172 Signed-off-by: Vacha Shah * Update CHANGELOG after 2.10.2 Signed-off-by: Vacha Shah --------- Signed-off-by: Vacha Shah --- CHANGELOG.md | 18 ++++++++++++++++-- java-client/build.gradle.kts | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) 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") {