Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hutool-all from 5.7.21 to 5.7.22 #58

Merged
merged 1 commit into from Mar 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps hutool-all from 5.7.21 to 5.7.22.

Release notes

Sourced from hutool-all's releases.

5.7.22

🐣新特性

  • 【poi 】 ExcelUtil.readBySax增加对POI-5.2.0的兼容性(issue#I4TJF4@gitee)
  • 【extra 】 Ftp增加构造(issue#I4TKXP@gitee)
  • 【core 】 GenericBuilder支持Map构建(pr#540@Github)
  • 【json 】 新增TemporalAccessorSerializer
  • 【core 】 使多个xxxBuilder实现Builder接口,扩展CheckedUtil(pr#545@Gitee)
  • 【core 】 CheckedUtil删除第二个参数为RuntimeException的方法
  • 【core 】 FileUtil增加getTotalLines方法
  • 【db 】 MetaUtil增加getTableMeta重载(issue#2157@Github)
  • 【http 】 增加HttpGlobalConfig.setDecodeUrl(issue#I4U8YQ@Gitee)
  • 【core 】 增加Base58(pr#2162@Github)
  • 【core 】 增加AntPathMatcher(issue#I4T7K5@Gitee)
  • 【core 】 StrJoiner修改toString策略,调用不再修改Appendable
  • 【core 】 StrJoiner增加length和merge方法
  • 【core 】 CRC16增加getHexValue方法(issue#I4VO3U@Gitee)

🐞Bug修复

  • 【cache 】 修复ReentrantCache.toString方法线程不安全问题(issue#2140@Github)
  • 【core 】 修复SystemPropsUtil.getInt返回long问题(pr#546@Gitee)
  • 【crypto 】 修复SM2.getD前导0问题(pr#2149@Github)
  • 【core 】 修复ChineseDate在1970年之前农历差一天问题(issue#I4UTPK@Gitee)
  • 【core 】 修复CoordinateUtil精准问题及转换bug(pr#551@Gitee)
  • 【json 】 修复JSONObject解析XML后没有返回的bug(issue#2160@Github)
  • 【extra 】 修复GanymedUtil错误信息读取位置问题(issue#I4VDZ2@Gitee)
Changelog

Sourced from hutool-all's changelog.

5.7.22 (2022-03-01)

🐣新特性

  • 【poi 】 ExcelUtil.readBySax增加对POI-5.2.0的兼容性(issue#I4TJF4@gitee)
  • 【extra 】 Ftp增加构造(issue#I4TKXP@gitee)
  • 【core 】 GenericBuilder支持Map构建(pr#540@Github)
  • 【json 】 新增TemporalAccessorSerializer
  • 【core 】 使多个xxxBuilder实现Builder接口,扩展CheckedUtil(pr#545@Gitee)
  • 【core 】 CheckedUtil删除第二个参数为RuntimeException的方法
  • 【core 】 FileUtil增加getTotalLines方法
  • 【db 】 MetaUtil增加getTableMeta重载(issue#2157@Github)
  • 【http 】 增加HttpGlobalConfig.setDecodeUrl(issue#I4U8YQ@Gitee)
  • 【core 】 增加Base58(pr#2162@Github)
  • 【core 】 增加AntPathMatcher(issue#I4T7K5@Gitee)
  • 【core 】 StrJoiner修改toString策略,调用不再修改Appendable
  • 【core 】 StrJoiner增加length和merge方法
  • 【core 】 CRC16增加getHexValue方法(issue#I4VO3U@Gitee)

🐞Bug修复

  • 【cache 】 修复ReentrantCache.toString方法线程不安全问题(issue#2140@Github)
  • 【core 】 修复SystemPropsUtil.getInt返回long问题(pr#546@Gitee)
  • 【crypto 】 修复SM2.getD前导0问题(pr#2149@Github)
  • 【core 】 修复ChineseDate在1970年之前农历差一天问题(issue#I4UTPK@Gitee)
  • 【core 】 修复CoordinateUtil精准问题及转换bug(pr#551@Gitee)
  • 【json 】 修复JSONObject解析XML后没有返回的bug(issue#2160@Github)
  • 【extra 】 修复GanymedUtil错误信息读取位置问题(issue#I4VDZ2@Gitee)

Commits
  • ee3926f 😎release 5.7.22
  • ec0d35a update dependency
  • 90038e8 add method
  • b73728f add test
  • ac4bfca add method
  • c1f9ef1 !552 参考增加对时间段重合的判断方法,拓展Date以及DateTime类型
  • 1fbed31 fix code
  • 9c3cf70 参考增加对时间段重合的判断方法,拓展Date以及DateTime类型
  • eb15ba4 Merge remote-tracking branch 'origin/v5-dev' into v5-dev
  • dcc5241 参考增加对时间段重合的判断方法,拓展Date以及DateTime类型
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hutool-all](https://github.com/looly/hutool) from 5.7.21 to 5.7.22.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.7.21...5.7.22)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2022
@lWoHvYe lWoHvYe merged commit 6be49b9 into main Mar 2, 2022
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-all-5.7.22 branch March 2, 2022 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant