We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec53d9 commit 5535d1dCopy full SHA for 5535d1d
java-backend-example/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.5.4</version>
+ <version>3.5.5</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>skill-tree</groupId>
@@ -15,8 +15,6 @@
15
<description>SkillTree Backend example using Spring Boot</description>
16
17
<properties>
18
- <!-- TODO: remove after spring boot upgrades to at least these versions -->
19
- <tomcat.version>10.1.44</tomcat.version>
20
</properties>
21
22
<dependencies>
0 commit comments