From e4fdf2dbf74fa7aa8c9d42c3354e535dd7402471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 00:38:29 +0000 Subject: [PATCH] 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] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 3a11428ca7919..8478f7e56bbc8 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -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'