From d79c23ef89df1f63b83824eb4f50a18de16ece82 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 28 Oct 2020 12:31:56 -0700 Subject: [PATCH] Upgrade MavenBuild versions Align versions with those in the main build. Closes gh-23937 --- .../java/org/springframework/boot/maven/MavenBuild.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java index f0f4e79290d..3eede5f474e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java @@ -84,14 +84,14 @@ 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"); this.pomReplacements.put("build-helper-maven-plugin.version", "3.0.0"); - this.pomReplacements.put("spring-framework.version", "5.2.1.RELEASE"); - this.pomReplacements.put("jakarta-servlet.version", "4.0.2"); - this.pomReplacements.put("kotlin.version", "1.3.60"); + this.pomReplacements.put("spring-framework.version", "5.2.10.RELEASE"); + this.pomReplacements.put("jakarta-servlet.version", "4.0.4"); + this.pomReplacements.put("kotlin.version", "1.3.72"); } MavenBuild project(String project) {