Skip to content

Commit d79c23e

Browse files
committed
Upgrade MavenBuild versions
Align versions with those in the main build. Closes gh-23937
1 parent d112b8a commit d79c23e

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ 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");
9191
this.pomReplacements.put("build-helper-maven-plugin.version", "3.0.0");
92-
this.pomReplacements.put("spring-framework.version", "5.2.1.RELEASE");
93-
this.pomReplacements.put("jakarta-servlet.version", "4.0.2");
94-
this.pomReplacements.put("kotlin.version", "1.3.60");
92+
this.pomReplacements.put("spring-framework.version", "5.2.10.RELEASE");
93+
this.pomReplacements.put("jakarta-servlet.version", "4.0.4");
94+
this.pomReplacements.put("kotlin.version", "1.3.72");
9595
}
9696

9797
MavenBuild project(String project) {

0 commit comments

Comments
 (0)