Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump t-digest from 3.2 to 3.3 in /server #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump t-digest from 3.2 to 3.3 in /server
Bumps [t-digest](https://github.com/tdunning/t-digest) from 3.2 to 3.3.
- [Release notes](https://github.com/tdunning/t-digest/releases)
- [Changelog](https://github.com/tdunning/t-digest/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/tdunning/t-digest/commits)

---
updated-dependencies:
- dependency-name: com.tdunning:t-digest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2022
commit 722d5e24211441913827ec40a4950c8da4c4ddc8
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
api "joda-time:joda-time:${versions.joda}"

// percentiles aggregation
api 'com.tdunning:t-digest:3.2'
api 'com.tdunning:t-digest:3.3'
// precentil ranks aggregation
api 'org.hdrhistogram:HdrHistogram:2.1.9'

Expand Down