Browse Source

Merge pull request #23935 from nohn

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

Closes gh-23935
pull/23958/head
Phillip Webb 5 years ago
parent
commit
f86598ea73
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java

2
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java

@ -84,7 +84,7 @@ class MavenBuild { @@ -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…
Cancel
Save