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 12:49:05 UTC

(phoenix) branch 5.1 updated: 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 1f6470384e PHOENIX-7163 Update commons-configuration2 to 2.8.0
1f6470384e is described below

commit 1f6470384e71e53355fa171fddec20c5d56b413a
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 15 10:11:23 2024 +0100

    PHOENIX-7163 Update commons-configuration2 to 2.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ddf4ac6495..0bafaa9aa8 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.1.1</commons-configuration2.version>
+    <commons-configuration2.version>2.8.0</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>