From bdcaa51b5dc156ed2cde0320fa1c27da7d8c7adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 06:40:56 +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 45ec2300008f2..55b863430ee7d 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'