diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml
index 70f3c6e..d6f2bb6 100644
--- a/jeecg-boot/pom.xml
+++ b/jeecg-boot/pom.xml
@@ -110,6 +110,17 @@
 
 	<dependencyManagement>
 		<dependencies>
+			<!-- Log4j2惊爆0Day漏洞-->
+			<dependency>
+				<groupId>org.apache.logging.log4j</groupId>
+				<artifactId>log4j-api</artifactId>
+				<version>2.15.0</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.logging.log4j</groupId>
+				<artifactId>log4j-to-slf4j</artifactId>
+				<version>2.15.0</version>
+			</dependency>
 			<!-- spring-cloud-->
 			<dependency>
 				<groupId>org.springframework.cloud</groupId>