diff --git a/hudi-sync/hudi-hive-sync/pom.xml b/hudi-sync/hudi-hive-sync/pom.xml
index f28e42fe57049..f75fdac862a75 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 470ad4772edeb..12e6c832f8d34 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -466,5 +466,11 @@
junit-platform-commons
test
+
+
+ org.apache.logging.log4j
+ log4j-core
+ test
+
diff --git a/pom.xml b/pom.xml
index da92455e7eca9..bae87cef0e49a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
1.7.0-M1
3.3.3
1.2.17
+ 2.17.0
1.7.30
2.9.9
2.7.3
@@ -1127,6 +1128,13 @@
+
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j.test.version}
+ test
+