Commit d79c23ef authored by Phillip Webb's avatar Phillip Webb

Upgrade MavenBuild versions

Align versions with those in the main build.

Closes gh-23937
parent d112b8a2
...@@ -84,14 +84,14 @@ class MavenBuild { ...@@ -84,14 +84,14 @@ class MavenBuild {
this.pomReplacements.put("project.groupId", "org.springframework.boot"); this.pomReplacements.put("project.groupId", "org.springframework.boot");
this.pomReplacements.put("project.artifactId", "spring-boot-maven-plugin"); this.pomReplacements.put("project.artifactId", "spring-boot-maven-plugin");
this.pomReplacements.put("project.version", determineVersion()); 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-jar-plugin.version", "3.2.0");
this.pomReplacements.put("maven-toolchains-plugin.version", "3.0.0"); this.pomReplacements.put("maven-toolchains-plugin.version", "3.0.0");
this.pomReplacements.put("maven-war-plugin.version", "3.2.3"); this.pomReplacements.put("maven-war-plugin.version", "3.2.3");
this.pomReplacements.put("build-helper-maven-plugin.version", "3.0.0"); this.pomReplacements.put("build-helper-maven-plugin.version", "3.0.0");
this.pomReplacements.put("spring-framework.version", "5.2.1.RELEASE"); this.pomReplacements.put("spring-framework.version", "5.2.10.RELEASE");
this.pomReplacements.put("jakarta-servlet.version", "4.0.2"); this.pomReplacements.put("jakarta-servlet.version", "4.0.4");
this.pomReplacements.put("kotlin.version", "1.3.60"); this.pomReplacements.put("kotlin.version", "1.3.72");
} }
MavenBuild project(String project) { MavenBuild project(String project) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment