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 2021/10/12 04:41:47 UTC

[phoenix-connectors] branch master updated: PHOENIX-6570 Upgrade commons-io to 2.11.0 in phoenix-connectors

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d61c672  PHOENIX-6570 Upgrade commons-io to 2.11.0 in phoenix-connectors
d61c672 is described below

commit d61c672212c6028e81057126f2aef60b44e2aace
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Oct 8 09:59:23 2021 +0200

    PHOENIX-6570 Upgrade commons-io to 2.11.0 in phoenix-connectors
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95889ee..cfe71b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <!-- For Kafka -->
     <com-101tek-zkclient.version>0.7</com-101tek-zkclient.version>
     <!-- For hive -->
-    <commons-io.version>2.4</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
 
     <!-- Plugin versions -->
     <maven-assembly-plugin-version>3.1.1</maven-assembly-plugin-version>