build: update dependencies for Spring Boot and Shiro versions

This commit is contained in:
zhao
2026-03-05 17:43:18 +08:00
parent 16279d1921
commit b6a1e6ca49

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.9</version>
<version>3.5.11</version>
<relativePath/>
</parent>
@@ -24,7 +24,7 @@
<java.version>21</java.version>
<!-- Library versions -->
<shiro.version>2.0.6</shiro.version>
<shiro.version>2.1.0</shiro.version>
<fastexcel.version>1.3.0</fastexcel.version>
<pagehelper.version>6.1.1</pagehelper.version>
<quartz-starter.version>1.0.0</quartz-starter.version>