This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new f90f0f8490 Upgrade log4j in E2E (#10359)
f90f0f8490 is described below
commit f90f0f8490d8f4cd87d2368cd0264a4837918c7d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jun 9 09:09:46 2022 +0100
Upgrade log4j in E2E (#10359)
---
dolphinscheduler-e2e/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-e2e/pom.xml b/dolphinscheduler-e2e/pom.xml
index 23d99c2d02..e404bf6b02 100644
--- a/dolphinscheduler-e2e/pom.xml
+++ b/dolphinscheduler-e2e/pom.xml
@@ -42,7 +42,7 @@
<awaitility.version>4.1.0</awaitility.version>
<kotlin.version>1.5.30</kotlin.version>
<slf4j-api.version>1.7.32</slf4j-api.version>
- <log4j-slf4j-impl.version>2.14.1</log4j-slf4j-impl.version>
+ <log4j-slf4j-impl.version>2.17.2</log4j-slf4j-impl.version>
<guava.version>31.0.1-jre</guava.version>
</properties>