chore: update spring boot 2.7.7

hutool 5.8.11
mybaits-plus 3.5.3
flowable 6.8.0
This commit is contained in:
xingyu
2023-01-04 10:12:00 +08:00
parent 377bc5048e
commit c98965cd55
8 changed files with 157 additions and 195 deletions

View File

@ -21,7 +21,7 @@
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- 统一依赖管理 -->
<spring.boot.version>2.7.6</spring.boot.version>
<spring.boot.version>2.7.7</spring.boot.version>
</properties>
<dependencyManagement>
@ -52,7 +52,7 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.10</version>
<version>5.8.11</version>
</dependency>
<dependency>