You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/03/02 15:03:44 UTC

[solr] branch main updated: Revert "Update dependency com.tdunning:t-digest to v3.3 (#1402)"

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 59ae1261c4c Revert "Update dependency com.tdunning:t-digest to v3.3 (#1402)"
59ae1261c4c is described below

commit 59ae1261c4cd549ee0b5d0367772a0b80b5ea7ff
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Mar 2 10:02:58 2023 -0500

    Revert "Update dependency com.tdunning:t-digest to v3.3 (#1402)"
    
    This reverts commit b73b3fe90b99793895b4bf021e566ac0c3f2d0c4.
---
 solr/licenses/t-digest-3.1.jar.sha1 | 1 +
 solr/licenses/t-digest-3.3.jar.sha1 | 1 -
 versions.lock                       | 2 +-
 versions.props                      | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/licenses/t-digest-3.1.jar.sha1 b/solr/licenses/t-digest-3.1.jar.sha1
new file mode 100644
index 00000000000..1c4c89ce090
--- /dev/null
+++ b/solr/licenses/t-digest-3.1.jar.sha1
@@ -0,0 +1 @@
+451ed219688aed5821a789428fd5e10426d11312
diff --git a/solr/licenses/t-digest-3.3.jar.sha1 b/solr/licenses/t-digest-3.3.jar.sha1
deleted file mode 100644
index e9cd01f1c99..00000000000
--- a/solr/licenses/t-digest-3.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5e96c4fd7d63b05828cf5ef41da20649195b1b78
diff --git a/versions.lock b/versions.lock
index cd530feee3c..66dc5a7560c 100644
--- a/versions.lock
+++ b/versions.lock
@@ -74,7 +74,7 @@ com.squareup.okio:okio:3.0.0 (1 constraints: 4d0c26fd)
 com.squareup.okio:okio-jvm:3.0.0 (1 constraints: 4a0ac1b9)
 com.sun.activation:jakarta.activation:1.2.2 (1 constraints: ba0dac35)
 com.sun.istack:istack-commons-runtime:3.0.12 (1 constraints: eb0d9a43)
-com.tdunning:t-digest:3.3 (1 constraints: aa04232c)
+com.tdunning:t-digest:3.1 (1 constraints: a804212c)
 com.zaxxer:SparseBitSet:1.2 (1 constraints: 0d081e75)
 commons-cli:commons-cli:1.5.0 (1 constraints: 0805ff35)
 commons-codec:commons-codec:1.15 (10 constraints: b187a061)
diff --git a/versions.props b/versions.props
index 9cd0f01169b..65db25ab70a 100644
--- a/versions.props
+++ b/versions.props
@@ -14,7 +14,7 @@ com.google.guava:guava=31.1-jre
 com.google.re2j:re2j=1.7
 com.jayway.jsonpath:json-path=2.7.0
 com.lmax:disruptor=3.4.4
-com.tdunning:t-digest=3.3
+com.tdunning:t-digest=3.1
 commons-cli:commons-cli=1.5.0
 commons-codec:commons-codec=1.15
 commons-collections:commons-collections=3.2.2