Skip to content

Commit b3c4d5f

Browse files
nohnphilwebb
authored andcommitted
Upgrade to Log4j 2.13.3 in Maven tests
See gh-23935
1 parent 0fe0863 commit b3c4d5f

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class MavenBuild {
8484
this.pomReplacements.put("project.groupId", "org.springframework.boot");
8585
this.pomReplacements.put("project.artifactId", "spring-boot-maven-plugin");
8686
this.pomReplacements.put("project.version", determineVersion());
87-
this.pomReplacements.put("log4j2.version", "2.12.1");
87+
this.pomReplacements.put("log4j2.version", "2.13.3");
8888
this.pomReplacements.put("maven-jar-plugin.version", "3.2.0");
8989
this.pomReplacements.put("maven-toolchains-plugin.version", "3.0.0");
9090
this.pomReplacements.put("maven-war-plugin.version", "3.2.3");

0 commit comments

Comments
 (0)