Skip to content

Commit

Permalink
Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 in /server (o…
Browse files Browse the repository at this point in the history
…pensearch-project#13556)

* Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 in /server

Bumps [org.hdrhistogram:HdrHistogram](https:/HdrHistogram/HdrHistogram) from 2.1.12 to 2.2.1.
- [Release notes](https:/HdrHistogram/HdrHistogram/releases)
- [Commits](HdrHistogram/HdrHistogram@HdrHistogram-2.1.12...HdrHistogram-2.2.1)

---
updated-dependencies:
- dependency-name: org.hdrhistogram:HdrHistogram
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and parv0201 committed Jun 10, 2024
1 parent 2bd73e7 commit 91ef0cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `lycheeverse/lychee-action` from 1.9.3 to 1.10.0 ([#13447](https:/opensearch-project/OpenSearch/pull/13447))
- Bump `org.gradle.test-retry` from 1.5.8 to 1.5.9 ([#13442](https:/opensearch-project/OpenSearch/pull/13442))
- Bump `org.apache.commons:commons-text` from 1.11.0 to 1.12.0 ([#13557](https:/opensearch-project/OpenSearch/pull/13557))
- Bump `org.hdrhistogram:HdrHistogram` from 2.1.12 to 2.2.1 ([#13556](https:/opensearch-project/OpenSearch/pull/13556))

### Changed
- [BWC and API enforcement] Enforcing the presence of API annotations at build time ([#12872](https:/opensearch-project/OpenSearch/pull/12872))
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
// percentiles aggregation
api 'com.tdunning:t-digest:3.3'
// precentil ranks aggregation
api 'org.hdrhistogram:HdrHistogram:2.1.12'
api 'org.hdrhistogram:HdrHistogram:2.2.1'

// lucene spatial
api "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}", optional
Expand Down
1 change: 0 additions & 1 deletion server/licenses/HdrHistogram-2.1.12.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/HdrHistogram-2.2.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0eb1feb351f64176c377772a30174e582c0274d5

0 comments on commit 91ef0cc

Please sign in to comment.