You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2024/01/15 14:17:30 UTC

(phoenix) branch 5.1 updated: Revert "PHOENIX-7163 Update commons-configuration2 to 2.8.0"

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

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new e8ac8e3e78 Revert "PHOENIX-7163 Update commons-configuration2 to 2.8.0"
e8ac8e3e78 is described below

commit e8ac8e3e78a00161f43749365dfcebe46207d6dd
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 15 15:17:13 2024 +0100

    Revert "PHOENIX-7163 Update commons-configuration2 to 2.8.0"
    
    This reverts commit 1f6470384e71e53355fa171fddec20c5d56b413a.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0bafaa9aa8..ddf4ac6495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <commons-csv.version>1.0</commons-csv.version>
     <commons-compress.version>1.21</commons-compress.version>
     <sqlline.version>1.9.0</sqlline.version>
-    <commons-configuration2.version>2.8.0</commons-configuration2.version>
+    <commons-configuration2.version>2.1.1</commons-configuration2.version>
     <jcip-annotations.version>1.0-1</jcip-annotations.version>
     <jsr305.version>2.0.1</jsr305.version>
     <snappy.version>0.3</snappy.version>