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/09/07 00:50:27 UTC

[solr] branch main updated: SOLR-16324: Upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#999)

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 e41081498f4 SOLR-16324: Upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#999)
e41081498f4 is described below

commit e41081498f40c01351e6467df10e4747ff288abf
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Tue Sep 6 20:50:23 2022 -0400

    SOLR-16324: Upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#999)
    
    * Upgrade commons-configuration2 to 2.8.0 due to CVE-2022-33980
    * Upgrade commons-text to 1.9 since it gets upgraded with
      commons-configuration2
---
 solr/CHANGES.txt                                    | 2 ++
 solr/licenses/commons-configuration2-2.7.jar.sha1   | 1 -
 solr/licenses/commons-configuration2-2.8.0.jar.sha1 | 1 +
 solr/licenses/commons-text-1.8.jar.sha1             | 1 -
 solr/licenses/commons-text-1.9.jar.sha1             | 1 +
 versions.lock                                       | 6 +++---
 versions.props                                      | 4 ++--
 7 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2eca69e304d..f6f59a16594 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -173,6 +173,8 @@ Other Changes
 * SOLR-15342: SolrJ: Split ZooKeeper based dependencies off to a solr-solrj-zookeeper module /
   dependency. (David Smiley, Haythem Khiri)
 
+* SOLR-16324: Upgrade commons-configuration2 to 2.8.0 and commons-text to 1.8 (Kevin Risden)
+
 Build
 ---------------------
 * SOLR-16204: Change Lucene dependency to Lucene 9.1.0 (Elia Porciani via Alessandro Benedetti)
diff --git a/solr/licenses/commons-configuration2-2.7.jar.sha1 b/solr/licenses/commons-configuration2-2.7.jar.sha1
deleted file mode 100644
index aad467115c7..00000000000
--- a/solr/licenses/commons-configuration2-2.7.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-593326399e5fb5e1f986607f06f63c1250ab36b4
diff --git a/solr/licenses/commons-configuration2-2.8.0.jar.sha1 b/solr/licenses/commons-configuration2-2.8.0.jar.sha1
new file mode 100644
index 00000000000..360ee28527d
--- /dev/null
+++ b/solr/licenses/commons-configuration2-2.8.0.jar.sha1
@@ -0,0 +1 @@
+6a76acbe14d2c01d4758a57171f3f6a150dbd462
diff --git a/solr/licenses/commons-text-1.8.jar.sha1 b/solr/licenses/commons-text-1.8.jar.sha1
deleted file mode 100644
index 8fea1467925..00000000000
--- a/solr/licenses/commons-text-1.8.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-879a6bde4c0537a25504c72ec7a94ba4099f469c
diff --git a/solr/licenses/commons-text-1.9.jar.sha1 b/solr/licenses/commons-text-1.9.jar.sha1
new file mode 100644
index 00000000000..e2de573d4b2
--- /dev/null
+++ b/solr/licenses/commons-text-1.9.jar.sha1
@@ -0,0 +1 @@
+ba6ac8c2807490944a0a27f6f8e68fb5ed2e80e2
diff --git a/versions.lock b/versions.lock
index d0f3c5cac4e..5396e0f9715 100644
--- a/versions.lock
+++ b/versions.lock
@@ -120,12 +120,12 @@ org.apache.calcite:calcite-linq4j:1.27.0 (2 constraints: cd12134c)
 org.apache.calcite.avatica:avatica-core:1.18.0 (3 constraints: 0721eacd)
 org.apache.commons:commons-collections4:4.4 (2 constraints: bd0c1216)
 org.apache.commons:commons-compress:1.21 (3 constraints: a41b18af)
-org.apache.commons:commons-configuration2:2.7 (1 constraints: ad04242c)
+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: 8b3d17f8)
+org.apache.commons:commons-lang3:3.12.0 (5 constraints: 3c3ef6c3)
 org.apache.commons:commons-math3:3.6.1 (3 constraints: d817cc9d)
-org.apache.commons:commons-text:1.8 (2 constraints: fe1528d0)
+org.apache.commons:commons-text:1.9 (2 constraints: 00165ad0)
 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 ab856bdcc9c..0b2d51d1582 100644
--- a/versions.props
+++ b/versions.props
@@ -35,11 +35,11 @@ org.apache.calcite.avatica:avatica-core=1.18.0
 org.apache.calcite:*=1.27.0
 org.apache.commons:commons-collections4=4.4
 org.apache.commons:commons-compress=1.21
-org.apache.commons:commons-configuration2=2.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.8
+org.apache.commons:commons-text=1.9
 org.apache.curator:*=4.3.0
 org.apache.hadoop.thirdparty:*=1.1.1
 org.apache.hadoop:*=3.3.3