Skip to content

Commit 5535d1d

Browse files
author
rmmayo
committed
upgraded spring-boot to 3.5.5
1 parent 4ec53d9 commit 5535d1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java-backend-example/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.4</version>
8+
<version>3.5.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>skill-tree</groupId>
@@ -15,8 +15,6 @@
1515
<description>SkillTree Backend example using Spring Boot</description>
1616

1717
<properties>
18-
<!-- TODO: remove after spring boot upgrades to at least these versions -->
19-
<tomcat.version>10.1.44</tomcat.version>
2018
</properties>
2119

2220
<dependencies>

0 commit comments

Comments
 (0)