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/08 08:04:08 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6569 Upgrade commons-io to 2.11.0 in phoenix-queryserver

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-queryserver.git


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

commit 32ad4ac8f73d679e05e8d6a5b759b6adff60fba1
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Thu Oct 7 19:30:35 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 7a9d2a4..3b71141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
 
         <gson.version>2.2.4</gson.version>
         <jetty.version>9.4.31.v20200723</jetty.version>
-        <commons-io.version>2.5</commons-io.version>
+        <commons-io.version>2.11.0</commons-io.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <sqlline.version>1.9.0</sqlline.version>
         <slf4j.version>1.7.30</slf4j.version>