Merge pull request #23935 from nohn

* pr/23935:
  Upgrade to Log4j 2.13.3 in Maven tests

Closes gh-23935
This commit is contained in:
Phillip Webb 2020-10-28 12:16:55 -07:00
commit f86598ea73
1 changed files with 1 additions and 1 deletions

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");