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/02/09 03:15:16 UTC

[incubator-inlong] branch master updated: [INLONG-2404] Upgrade log4j to 2.17.1 due to CVEs (#2405)

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/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new dca208e  [INLONG-2404] Upgrade log4j to 2.17.1 due to CVEs (#2405)
dca208e is described below

commit dca208e48d0c25c27d0177f9a3e1c7ea86a0ccf9
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Feb 9 04:15:10 2022 +0100

    [INLONG-2404] Upgrade log4j to 2.17.1 due to CVEs (#2405)
---
 inlong-manager/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index db5122e..c9177b4 100644
--- a/inlong-manager/pom.xml
+++ b/inlong-manager/pom.xml
@@ -71,7 +71,7 @@
         <knife4j.version>2.0.5</knife4j.version>
         <swagger.version>3.0.0</swagger.version>
         <swagger-annotations.version>1.6.2</swagger-annotations.version>
-        <log4j.version>2.16.0</log4j.version>
+        <log4j.version>2.17.1</log4j.version>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <checkstyle.version>6.19</checkstyle.version>