File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ guava = 32.1.1-jre
23
23
protobuf = 3.22.3
24
24
jakarta_annotation = 1.3.5
25
25
google_http_client = 1.44.1
26
+ tdigest = 3.3
27
+ hdrhistogram = 2.2.1
26
28
27
29
# when updating the JNA version, also update the version in buildSrc/build.gradle
28
30
jna = 5.13.0
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ dependencies {
96
96
api " joda-time:joda-time:${ versions.joda} "
97
97
98
98
// percentiles aggregation
99
- api ' com.tdunning:t-digest:3.3 '
100
- // precentil ranks aggregation
101
- api ' org.hdrhistogram:HdrHistogram:2.2.1 '
99
+ api " com.tdunning:t-digest:${ versions.tdigest } "
100
+ // percentile ranks aggregation
101
+ api " org.hdrhistogram:HdrHistogram:${ versions.hdrhistogram } "
102
102
103
103
// lucene spatial
104
104
api " org.locationtech.spatial4j:spatial4j:${ versions.spatial4j} " , optional
You can’t perform that action at this time.
0 commit comments