update springboot 3.2.9 => 3.2.10

This commit is contained in:
疯狂的狮子Li
2024-09-19 18:09:03 +08:00
parent 2add7291ab
commit 88ee252fce
2 changed files with 1 additions and 31 deletions

View File

@ -43,19 +43,6 @@
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>