log4j升级

This commit is contained in:
wanjia 2021-12-10 14:40:05 +08:00
parent af3803495e
commit 3fb8ab9015
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -79,6 +79,18 @@
<artifactId>spring-boot-starter-mail</artifactId>
<version>${springboot.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
</dependency>
<!--https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
</dependencies>
</project>