This is an automated email from the ASF dual-hosted git repository. liudongkai pushed a commit to branch 3.0.0-beta-2-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 7a240fb807c9a082aacc22cc81380985931a81db Author: PJ Fanning <[email protected]> AuthorDate: Thu Jun 9 09:09:46 2022 +0100 Upgrade log4j in E2E (#10359) (cherry picked from commit f90f0f8490d8f4cd87d2368cd0264a4837918c7d) --- 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>
