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 2022/10/20 04:43:51 UTC

[solr] branch branch_9_1 updated: SOLR-16464: Upgrade commons-text to 1.10.0 (#1075)

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

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


The following commit(s) were added to refs/heads/branch_9_1 by this push:
     new e34288462a8 SOLR-16464: Upgrade commons-text to 1.10.0 (#1075)
e34288462a8 is described below

commit e34288462a8400581c5074a63a839a5c78157b4b
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Sat Oct 15 17:34:45 2022 -0400

    SOLR-16464: Upgrade commons-text to 1.10.0 (#1075)
---
 solr/CHANGES.txt                           | 2 ++
 solr/licenses/commons-text-1.10.0.jar.sha1 | 1 +
 solr/licenses/commons-text-1.9.jar.sha1    | 1 -
 versions.lock                              | 4 ++--
 versions.props                             | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f6eda6bc419..44566048809 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -228,6 +228,8 @@ Other Changes
 
 * SOLR-16452: Do not update PRS states if local version is newer (Hitesh Khamesra via noble)
 
+* SOLR-16464: Upgrade commons-text to 1.10.0 (Kevin Risden)
+
 Build
 ---------------------
 * SOLR-16204: Change Lucene dependency to Lucene 9.1.0 (Elia Porciani via Alessandro Benedetti)
diff --git a/solr/licenses/commons-text-1.10.0.jar.sha1 b/solr/licenses/commons-text-1.10.0.jar.sha1
new file mode 100644
index 00000000000..34950ea7c47
--- /dev/null
+++ b/solr/licenses/commons-text-1.10.0.jar.sha1
@@ -0,0 +1 @@
+3363381aef8cef2dbc1023b3e3a9433b08b64e01
diff --git a/solr/licenses/commons-text-1.9.jar.sha1 b/solr/licenses/commons-text-1.9.jar.sha1
deleted file mode 100644
index e2de573d4b2..00000000000
--- a/solr/licenses/commons-text-1.9.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ba6ac8c2807490944a0a27f6f8e68fb5ed2e80e2
diff --git a/versions.lock b/versions.lock
index 18d6cde6bf5..dbe0fe9f1bd 100644
--- a/versions.lock
+++ b/versions.lock
@@ -126,9 +126,9 @@ org.apache.commons:commons-compress:1.21 (3 constraints: 9d1b16ae)
 org.apache.commons:commons-configuration2:2.8.0 (1 constraints: 0c050d36)
 org.apache.commons:commons-csv:1.9.0 (1 constraints: 610cfc01)
 org.apache.commons:commons-exec:1.3 (2 constraints: a41056b8)
-org.apache.commons:commons-lang3:3.12.0 (5 constraints: 3c3ef6c3)
+org.apache.commons:commons-lang3:3.12.0 (5 constraints: 9b3e0e36)
 org.apache.commons:commons-math3:3.6.1 (4 constraints: 93247039)
-org.apache.commons:commons-text:1.9 (2 constraints: 00165ad0)
+org.apache.commons:commons-text:1.10.0 (2 constraints: 861680f8)
 org.apache.curator:curator-client:4.3.0 (2 constraints: e214cba2)
 org.apache.curator:curator-framework:4.3.0 (2 constraints: ff13b474)
 org.apache.curator:curator-recipes:4.3.0 (1 constraints: 09050836)
diff --git a/versions.props b/versions.props
index d720dbd0289..980d1e1a356 100644
--- a/versions.props
+++ b/versions.props
@@ -39,7 +39,7 @@ org.apache.commons:commons-configuration2=2.8.0
 org.apache.commons:commons-exec=1.3
 org.apache.commons:commons-lang3=3.12.0
 org.apache.commons:commons-math3=3.6.1
-org.apache.commons:commons-text=1.9
+org.apache.commons:commons-text=1.10.0
 org.apache.curator:*=4.3.0
 org.apache.hadoop.thirdparty:*=1.1.1
 org.apache.hadoop:*=3.3.4