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:
commit
f86598ea73
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue