Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.22 - #74

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.22
Closed

chore(deps): bump hutool.version from 5.7.3 to 5.7.22#74
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 7, 2022

Copy link
Copy Markdown
Contributor

Bumps hutool.version from 5.7.3 to 5.7.22.
Updates hutool-core from 5.7.3 to 5.7.22

Release notes

Sourced from hutool-core'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)

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

... (truncated)

Changelog

Sourced from hutool-core'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)

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

... (truncated)

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

Updates hutool-json from 5.7.3 to 5.7.22

Release notes

Sourced from hutool-json'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)

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

... (truncated)

Changelog

Sourced from hutool-json'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)

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

... (truncated)

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 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.version` from 5.7.3 to 5.7.22.

Updates `hutool-core` from 5.7.3 to 5.7.22
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.22)

Updates `hutool-json` from 5.7.3 to 5.7.22
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 7, 2022
@dependabot @github

dependabot Bot commented on behalf of github May 9, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #82.

@dependabot dependabot Bot closed this May 9, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.22 branch May 9, 2022 17:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants