Skip to content

Commit

Permalink
Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 in /server
Browse files Browse the repository at this point in the history
Bumps [org.hdrhistogram:HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from 2.1.12 to 2.2.1.
- [Release notes](https://github.com/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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 84679de commit c794e69
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c794e69

Please sign in to comment.