处理log版本升级

This commit is contained in:
zer0Black
2023-08-30 16:37:46 +08:00
parent fd22716065
commit a19e218f8d
3 changed files with 31 additions and 4 deletions
+3 -4
View File
@@ -220,13 +220,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
@@ -531,10 +531,9 @@
</dependency>
</dependencies>
</dependencyManagement>
<!-- Profiles for different environment -->
<profiles>
<profile>