chore: 更新依赖

This commit is contained in:
xiaozzzi
2024-04-06 00:48:36 +08:00
parent 411cfd1383
commit 4996bf71b3
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<properties>
<!-- 数据库连接 -->
<mysql.version>8.0.21</mysql.version>
<mysql.version>8.0.28</mysql.version>
<!-- 分页插件 -->
<pagehelper.version>5.3.2</pagehelper.version>
<pagehelper-springboot.version>1.4.6</pagehelper-springboot.version>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
<version>2.7.18</version>
<relativePath/>
</parent>
@@ -30,7 +30,7 @@
SpringBoot 版本
https://spring.io/projects/spring-boot#support
-->
<spring-boot.version>2.7.11</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
<!-- 其他三方包版本 -->
<lombok.version>1.18.8</lombok.version>