diff --git a/hudi-sync/hudi-hive-sync/pom.xml b/hudi-sync/hudi-hive-sync/pom.xml
index 7cc51a306..19c1233d3 100644
--- a/hudi-sync/hudi-hive-sync/pom.xml
+++ b/hudi-sync/hudi-hive-sync/pom.xml
@@ -154,7 +154,6 @@
org.apache.logging.log4j
log4j-core
- 2.17.0
test
diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml
index e7fb36e13..9955b1c5d 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -489,5 +489,11 @@
junit-platform-commons
test
+
+
+ org.apache.logging.log4j
+ log4j-core
+ test
+
diff --git a/pom.xml b/pom.xml
index 7fee57a53..bfb3723d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,7 @@
1.7.0-M1
3.3.3
1.2.17
+ 2.17.0
1.7.30
2.9.9
2.7.3
@@ -1131,6 +1132,13 @@
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j.test.version}
+ test
+