Commit bdbc7142 by zhangdaiscott

Log4j2惊爆0Day漏洞,大家排查修复

parent 84f3ce83
...@@ -110,6 +110,17 @@ ...@@ -110,6 +110,17 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <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--> <!-- spring-cloud-->
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment