|
@@ -12,6 +12,8 @@
|
|
|
<revision>v4.1.1-SNAPSHOT</revision>
|
|
|
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
|
|
|
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
|
|
|
+ <log4j2.version>2.71.1</log4j2.version>
|
|
|
+
|
|
|
<maven-compiler-version>3.8.1</maven-compiler-version>
|
|
|
<maven-surefire-version>2.22.2</maven-surefire-version>
|
|
|
<maven-flatten-version>1.2.7</maven-flatten-version>
|
|
@@ -139,12 +141,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
- <version>2.15.0</version>
|
|
|
+ <version>2.71.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
- <version>2.15.0</version>
|
|
|
+ <version>2.71.1</version>
|
|
|
</dependency>
|
|
|
<!-- 常用Jars end -->
|
|
|
|