依赖更新

This commit is contained in:
daiqy88
2025-12-18 17:22:05 +08:00
parent 4fe12ee7da
commit b60139a36f

View File

@@ -81,6 +81,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>