升级:Spring Boot 2.7.7 => 2.7.8;Sa-Token 1.33.0 => 1.34.0

This commit is contained in:
2023-01-31 20:47:22 +08:00
parent 21fe29b56f
commit f146c4839a
2 changed files with 4 additions and 4 deletions

View File

@@ -38,12 +38,12 @@ limitations under the License.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.7</version>
<version>2.7.8</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<sa-token.version>1.33.0</sa-token.version>
<sa-token.version>1.34.0</sa-token.version>
<!-- ### 持久层相关 ### -->
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>