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:04:03 UTC

[solr] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit a9712c0b9eb9e90b1459dd6d3cd2edf41e1c78a8
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Mar 2 10:03:52 2023 -0500

    Revert "Update dependency com.tdunning:t-digest to v3.3 (#1402)"
    
    This reverts commit 09e114bfe098702ac5569e530f7d53f7f2b548a6.
---
 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 e9118826fc7..40040e0fede 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 543c3b555fd..e45eebdbce9 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