From eb3a56c529933c9fcb7e72e6faf7efcb40946115 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Tue, 19 Oct 2021 18:54:18 +0800 Subject: [PATCH] :arrow_up: Upgrade `hutool` to `5.7.14`. --- CHANGELOGS.md | 7 +++++-- pom.xml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index a0d9e4a..6b07df2 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -4,12 +4,15 @@ - feat: 修复文案的错误,统一配置类中的时间类型。 (Github PR [#16](https://github.com/fujieid/jap/pull/16)) - change: 修改 JapUserService 接口中的 createAndGetHttpApiUser 方法名使其更符合语义。 (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: 为 `AbstractJapStrategy` 的子类增加构造函数,支持自定义 `JapUserStore` - +- change: 升级 `hutool` 的版本为 5.7.14. +- ---- - feat: fix PR bug and refactory publish snapshot. (Github PR [#15](https://github.com/fujieid/jap/pull/15)) +- feat: fix the copywriting error and unify the time type in the configuration class. (Github PR [#16](https://github.com/fujieid/jap/pull/16)) - change: optimize JapUserService interface to fix jap-http-api module. (Github PR [#13](https://github.com/fujieid/jap/pull/13)) -- change: Add a constructor for subclasses of `AbstractJapStrategy`, support custom `JapUserStore` +- change: Add a constructor for subclasses of `AbstractJapStrategy`, support custom `JapUserStore`. +- change: Upgrade `hutool` to `5.7.14`. ## v1.0.5 (2021-09-23) diff --git a/pom.xml b/pom.xml index 85cf306..9259f01 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.13.1 2.23.4 - 5.5.7 + 5.7.14 4.0.4 1.16.4 0.7.6 -- GitLab