Upgrade to Log4j 2.13.3 in Maven tests

See gh-23935
This commit is contained in:
Sebastian Nohn
2020-10-28 10:04:13 +01:00
committed by Phillip Webb
parent 0fe08632eb
commit b3c4d5fe5c

View File

@@ -84,7 +84,7 @@ class MavenBuild {
this.pomReplacements.put("project.groupId", "org.springframework.boot");
this.pomReplacements.put("project.artifactId", "spring-boot-maven-plugin");
this.pomReplacements.put("project.version", determineVersion());
this.pomReplacements.put("log4j2.version", "2.12.1");
this.pomReplacements.put("log4j2.version", "2.13.3");
this.pomReplacements.put("maven-jar-plugin.version", "3.2.0");
this.pomReplacements.put("maven-toolchains-plugin.version", "3.0.0");
this.pomReplacements.put("maven-war-plugin.version", "3.2.3");