mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
升级:升级 MyBatis Plus 版本为 3.5.3.1,升级 Hutool 版本为 5.8.11(已将 ServletUtils.getHeadersMap(HttpServletResponse) PR 到了 Hutool,详情见:dromara/hutool#2828)
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -46,7 +46,7 @@ limitations under the License.
|
||||
<sa-token.version>1.33.0</sa-token.version>
|
||||
|
||||
<!-- ### 持久层相关 ### -->
|
||||
<mybatis-plus.version>3.5.2</mybatis-plus.version>
|
||||
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
||||
<dynamic-ds.version>3.6.1</dynamic-ds.version>
|
||||
<p6spy.version>3.9.1</p6spy.version>
|
||||
|
||||
@@ -55,7 +55,7 @@ limitations under the License.
|
||||
<knife4j.version>4.0.0</knife4j.version>
|
||||
<redisson.version>3.19.0</redisson.version>
|
||||
<easy-captcha.version>1.6.2</easy-captcha.version>
|
||||
<hutool.version>5.8.10</hutool.version>
|
||||
<hutool.version>5.8.11</hutool.version>
|
||||
|
||||
<!-- ### 基础环境相关 ### -->
|
||||
<revision>0.0.1-SNAPSHOT</revision>
|
||||
|
Reference in New Issue
Block a user