升级spring-boot到最新版本3.5.4

This commit is contained in:
RuoYi
2025-08-07 12:08:58 +08:00
parent ef8f817407
commit 2b25d7b3d8
4 changed files with 7 additions and 3 deletions

View File

@@ -18,12 +18,12 @@
<java.version>17</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<shiro.version>2.0.1</shiro.version>
<mybatis-spring-boot.version>3.0.3</mybatis-spring-boot.version>
<mybatis-spring-boot.version>3.0.4</mybatis-spring-boot.version>
<thymeleaf.extras.shiro.version>2.1.0</thymeleaf.extras.shiro.version>
<druid.version>1.2.23</druid.version>
<bitwalker.version>1.21</bitwalker.version>
<kaptcha.version>2.3.3</kaptcha.version>
<pagehelper.boot.version>2.1.0</pagehelper.boot.version>
<pagehelper.boot.version>2.1.1</pagehelper.boot.version>
<fastjson.version>1.2.83</fastjson.version>
<oshi.version>6.8.2</oshi.version>
<commons.io.version>2.19.0</commons.io.version>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.5</version>
<version>3.5.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>