Skip to content

Commit

Permalink
[Backport 2.x] Bump io.github.classgraph:classgraph from 4.8.170 to 4…
Browse files Browse the repository at this point in the history
….8.172 (#980)

* Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.172

Signed-off-by: Vacha Shah <vachshah@amazon.com>

* Update CHANGELOG after 2.10.2

Signed-off-by: Vacha Shah <vachshah@amazon.com>

---------

Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah authored May 9, 2024
1 parent fb7bfdd commit a067f67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit a067f67

Please sign in to comment.