From 2b95f9268ab11d8c50151bee2baea36241f04365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:54:59 +0000 Subject: [PATCH] Bump com.tdunning:t-digest from 3.2 to 3.3 in /server Bumps [com.tdunning:t-digest](https://github.com/tdunning/t-digest) from 3.2 to 3.3. - [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 9c409d77363cb..481c39cf34ac1 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -134,7 +134,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.12'