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-omid.git
The following commit(s) were added to refs/heads/master by this push:
new f1191319 OMID-299 Update commons-io to 2.18.0 (#179)
f1191319 is described below
commit f1191319bd57580ca79ac59aaedf705da83f38c8
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Mar 14 16:39:24 2025 +0100
OMID-299 Update commons-io to 2.18.0 (#179)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e6d36811..8cc0a062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<curator.version>5.6.0</curator.version>
<snakeyaml.version>2.2</snakeyaml.version>
<beanutils.version>1.9.4</beanutils.version>
- <commons-io.version>2.11.0</commons-io.version>
+ <commons-io.version>2.18.0</commons-io.version>
<commons-pool2.version>2.4.2</commons-pool2.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<bouncycastle.version>1.78</bouncycastle.version>