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

tison pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.8 by this push:
     new c08e6cc12 ZOOKEEPER-4868. Bump commons-io to resolve CVE (#2196) 
(#2198)
c08e6cc12 is described below

commit c08e6cc12c9428edfd970df33f03e05341d0506d
Author: tison <wander4...@gmail.com>
AuthorDate: Tue Oct 8 13:04:57 2024 -0600

    ZOOKEEPER-4868. Bump commons-io to resolve CVE (#2196) (#2198)
    
    Signed-off-by: tison <wander4...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85c660733..cf07780d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@
     <spotbugsannotations.version>4.0.2</spotbugsannotations.version>
     <checkstyle.version>8.39</checkstyle.version>
     <enforcer.version>3.0.0-M3</enforcer.version>
-    <commons-io.version>2.11.0</commons-io.version>
+    <commons-io.version>2.17.0</commons-io.version>
     <burningwave.mockdns.version>0.25.4</burningwave.mockdns.version>
 
     <!-- parameters to pass to C client build -->

Reply via email to