You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/10/26 09:48:22 UTC

[inlong] branch master updated: [INLONG-6291][CVE] Update ini4j to fix the CVE-2022-41404 (#6292)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c6fd02418 [INLONG-6291][CVE] Update ini4j to fix the CVE-2022-41404 (#6292)
c6fd02418 is described below

commit c6fd024184aa9ac992c600ad8b22b919da7f93bf
Author: Charles Zhang <do...@apache.org>
AuthorDate: Wed Oct 26 17:48:17 2022 +0800

    [INLONG-6291][CVE] Update ini4j to fix the CVE-2022-41404 (#6292)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b5686271..1289c69c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
         <velocity.tools.generic.version>3.1</velocity.tools.generic.version>
         <velocity.engine.core.version>2.3</velocity.engine.core.version>
 
-        <ini4j.version>0.5.1</ini4j.version>
+        <ini4j.version>0.5.4</ini4j.version>
         <dom4j.version>2.1.3</dom4j.version>
 
         <zookeeper.version>3.6.3</zookeeper.version>