File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 66 <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.2.5 </version >
9+ <version >3.5.7 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
2525 <dependency >
2626 <groupId >org.springframework.boot</groupId >
2727 <artifactId >spring-boot-starter-web</artifactId >
28+ <exclusions >
29+ <exclusion >
30+ <groupId >org.springframework.boot</groupId >
31+ <artifactId >spring-boot-starter-tomcat</artifactId >
32+ </exclusion >
33+ </exclusions >
2834 </dependency >
35+ <dependency >
36+ <groupId >org.springframework.boot</groupId >
37+ <artifactId >spring-boot-starter-jetty</artifactId >
38+ </dependency >
2939 <dependency >
3040 <groupId >org.springframework.boot</groupId >
3141 <artifactId >spring-boot-starter-actuator</artifactId >
You can’t perform that action at this time.
0 commit comments