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

mpetrov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e44a0b56a0 IGNITE-23427 Updated commons-io dependency version to 
2.17.0.
3e44a0b56a0 is described below

commit 3e44a0b56a0afad254e6151d1a60b6618e92a859
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Fri Oct 18 18:45:33 2024 +0300

    IGNITE-23427 Updated commons-io dependency version to 2.17.0.
    
    Co-authored-by: Aleksandr Nikolaev <[email protected]>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 40b170b9f3f..df6f7c59b3e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -69,7 +69,7 @@
         <commons.codec.version>1.16.0</commons.codec.version>
         <commons.collections.version>3.2.2</commons.collections.version>
         <commons.lang.version>2.6</commons.lang.version>
-        <commons.io.version>2.11.0</commons.io.version>
+        <commons.io.version>2.17.0</commons.io.version>
         <commons.dbcp.version>1.4</commons.dbcp.version>
         <cron4j.version>2.2.5</cron4j.version>
         <curator.version>5.2.0</curator.version>

Reply via email to