Skip to content

Commit 29889c0

Browse files
committed
[JAVA-49669] Upgraded spring boot version to 3.5.7 for module spring-boot-simple
1 parent 9b2cd0e commit 29889c0

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-modules/spring-boot-simple

1 file changed

+2
-2
lines changed

spring-boot-modules/spring-boot-simple/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.5.4</version>
15+
<version>3.5.7</version>
1616
<relativePath/>
1717
</parent>
1818

@@ -96,7 +96,7 @@
9696
<properties>
9797
<start-class>com.baeldung.bootstrap.Application</start-class>
9898
<subethasmtp.version>7.0.2</subethasmtp.version>
99-
<spring-boot-maven-plugin.version>3.5.4</spring-boot-maven-plugin.version>
99+
<spring-boot-maven-plugin.version>3.5.7</spring-boot-maven-plugin.version>
100100
</properties>
101101

102102
</project>

0 commit comments

Comments
 (0)