Skip to content

Commit d43760b

Browse files
committed
Merge branch '2.3.x'
Closes gh-23938
2 parents 794a4ea + d79c23e commit d43760b

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ class MavenBuild {
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.3.0");
93+
this.pomReplacements.put("jakarta-servlet.version", "4.0.4");
94+
this.pomReplacements.put("kotlin.version", "1.4.10");
9595
}
9696

9797
MavenBuild project(String project) {

0 commit comments

Comments
 (0)