update springboot 3.2.9 => 3.2.10

This commit is contained in:
疯狂的狮子Li
2024-09-19 18:09:58 +08:00
parent 21bc893410
commit e6a765cd34
2 changed files with 1 additions and 31 deletions

View File

@@ -39,19 +39,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>
<!-- SpringBoot Actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>