Commit 60fb41d519449b574a0ad97c0042612d63216433
1 parent
65191b3b
Log4j2惊爆0Day漏洞,大家排查修复
Showing
1 changed file
with
11 additions
and
0 deletions
jeecg-boot/pom.xml
... | ... | @@ -110,6 +110,17 @@ |
110 | 110 | |
111 | 111 | <dependencyManagement> |
112 | 112 | <dependencies> |
113 | + <!-- Log4j2惊爆0Day漏洞--> | |
114 | + <dependency> | |
115 | + <groupId>org.apache.logging.log4j</groupId> | |
116 | + <artifactId>log4j-api</artifactId> | |
117 | + <version>2.15.0</version> | |
118 | + </dependency> | |
119 | + <dependency> | |
120 | + <groupId>org.apache.logging.log4j</groupId> | |
121 | + <artifactId>log4j-to-slf4j</artifactId> | |
122 | + <version>2.15.0</version> | |
123 | + </dependency> | |
113 | 124 | <!-- spring-cloud--> |
114 | 125 | <dependency> |
115 | 126 | <groupId>org.springframework.cloud</groupId> |
... | ... |