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 <[email protected]>
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>