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

build(deps): bump hutool.version from 5.8.21 to 5.8.22 #449

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps hutool.version from 5.8.21 to 5.8.22.
Updates cn.hutool:hutool-all from 5.8.21 to 5.8.22

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.22(2023-09-13)

🐣新特性

  • 【core 】 NumberUtil.nullToZero增加重载(issue#I7PPD2@Gitee)
  • 【core 】 DesensitizedUtil增加清空策略(issue#I7PUJ2@Gitee)
  • 【all 】 修改异常包装策略:运行时异常不包装,只包装非运行时异常(issue#I7RJZT@Gitee)
  • 【core 】 增加IJSONTypeConverter,避免反射调用(pr#1051@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【cron 】 优化PatternParser支持年的步进(issue#I7SMP7@Gitee)
  • 【core 】 TreeUtil增加getParentsId方法(issue#I7TDCF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题(issue#3241@Github)
  • 【core 】 修复PathUtil.moveContent当target不存在时会报错问题(issue#3238@Github)
  • 【db 】 修复SqlUtil.formatSql 格式化的sql换行异常(pr#3247@Github)
  • 【core 】 修复DateUtil.parse 给定一个时间解析错误问题(issue#I7QI6R@Gitee)
  • 【core 】 去除默认的ACCEPT_LANGUAGE(issue#3258@Github)
  • 【core 】 修复FieldsComparator比较结果不正确问题(issue#3259@Github)
  • 【core 】 修复Db.findAll全局忽略大小写无效问题(issue#I7T30Y@Gitee)
  • 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界(issue#I7U1OQ@Gitee)
  • 【http 】 修复302重定向时,Location中的问号被转义问题(issue#3265@Github)
  • 【core 】 修复CombinationAnnotationElement判断循环问题(pr#3267@Github)
  • 【core 】 修复StrUtil#containsAny NPE问题(pr#1063@Gitee)
  • 【all 】 修复SONArray的add()方法抛出OutOfMemory异常问题(issue#3286@Github)
  • 【core 】 修复fillColumns空指针问题(issue#3284@Github)
  • 【core 】 修复Convert不能转换Optional和Opt问题(issue#I7WJHH@Gitee)
  • 【core 】 修复DateUtil.age年龄计算问题(issue#I7XMYW@Gitee)
  • 【core 】 修复JSONUtil.parse()溢出问题(issue#3289@Github)
  • 【core 】 修复Tailer stop NPE问题(pr#1067@Gitee)
  • 【json 】 修复toJSONString导致CPU使用率高的问题(issue#3297@Github)
  • 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题(pr#1071@Gitee)
  • 【core 】 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题(issue#I80FP4@Gitee)
  • 【core 】 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题(issue#3301@Github)
Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.22(2023-09-13)

🐣新特性

  • 【core 】 NumberUtil.nullToZero增加重载(issue#I7PPD2@Gitee)
  • 【core 】 DesensitizedUtil增加清空策略(issue#I7PUJ2@Gitee)
  • 【all 】 修改异常包装策略:运行时异常不包装,只包装非运行时异常(issue#I7RJZT@Gitee)
  • 【core 】 增加IJSONTypeConverter,避免反射调用(pr#1051@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【cron 】 优化PatternParser支持年的步进(issue#I7SMP7@Gitee)
  • 【core 】 TreeUtil增加getParentsId方法(issue#I7TDCF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题(issue#3241@Github)
  • 【core 】 修复PathUtil.moveContent当target不存在时会报错问题(issue#3238@Github)
  • 【db 】 修复SqlUtil.formatSql 格式化的sql换行异常(pr#3247@Github)
  • 【core 】 修复DateUtil.parse 给定一个时间解析错误问题(issue#I7QI6R@Gitee)
  • 【core 】 去除默认的ACCEPT_LANGUAGE(issue#3258@Github)
  • 【core 】 修复FieldsComparator比较结果不正确问题(issue#3259@Github)
  • 【core 】 修复Db.findAll全局忽略大小写无效问题(issue#I7T30Y@Gitee)
  • 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界(issue#I7U1OQ@Gitee)
  • 【http 】 修复302重定向时,Location中的问号被转义问题(issue#3265@Github)
  • 【core 】 修复CombinationAnnotationElement判断循环问题(pr#3267@Github)
  • 【core 】 修复StrUtil#containsAny NPE问题(pr#1063@Gitee)
  • 【all 】 修复SONArray的add()方法抛出OutOfMemory异常问题(issue#3286@Github)
  • 【core 】 修复fillColumns空指针问题(issue#3284@Github)
  • 【core 】 修复Convert不能转换Optional和Opt问题(issue#I7WJHH@Gitee)
  • 【core 】 修复DateUtil.age年龄计算问题(issue#I7XMYW@Gitee)
  • 【core 】 修复JSONUtil.parse()溢出问题(issue#3289@Github)
  • 【core 】 修复Tailer stop NPE问题(pr#1067@Gitee)
  • 【json 】 修复toJSONString导致CPU使用率高的问题(issue#3297@Github)
  • 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题(pr#1071@Gitee)
  • 【core 】 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题(issue#I80FP4@Gitee)
  • 【core 】 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题(issue#3301@Github)

Commits
  • 20f0c72 ♥️release 5.8.22
  • 1b52428 update version
  • 111898c 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题
  • 8ee13fb !1074 base64 NPE verification
  • 6ad0a55 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题
  • 8c4b126 fix code
  • 683a7b7 !1073 fix(BeanUtil),同时设置忽略大小写和忽略字段冲突问题
  • d87f085 修复NumberUtil.parseInt 16进制解析错误的问题
  • a1b688b !1071 fix:NumberUtil#parseInt(String)
  • e341bd5 fix base64 NPE verification
  • Additional commits viewable in compare view

Updates cn.hutool:hutool-bom from 5.8.21 to 5.8.22

Release notes

Sourced from cn.hutool:hutool-bom's releases.

5.8.22(2023-09-13)

🐣新特性

  • 【core 】 NumberUtil.nullToZero增加重载(issue#I7PPD2@Gitee)
  • 【core 】 DesensitizedUtil增加清空策略(issue#I7PUJ2@Gitee)
  • 【all 】 修改异常包装策略:运行时异常不包装,只包装非运行时异常(issue#I7RJZT@Gitee)
  • 【core 】 增加IJSONTypeConverter,避免反射调用(pr#1051@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【cron 】 优化PatternParser支持年的步进(issue#I7SMP7@Gitee)
  • 【core 】 TreeUtil增加getParentsId方法(issue#I7TDCF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题(issue#3241@Github)
  • 【core 】 修复PathUtil.moveContent当target不存在时会报错问题(issue#3238@Github)
  • 【db 】 修复SqlUtil.formatSql 格式化的sql换行异常(pr#3247@Github)
  • 【core 】 修复DateUtil.parse 给定一个时间解析错误问题(issue#I7QI6R@Gitee)
  • 【core 】 去除默认的ACCEPT_LANGUAGE(issue#3258@Github)
  • 【core 】 修复FieldsComparator比较结果不正确问题(issue#3259@Github)
  • 【core 】 修复Db.findAll全局忽略大小写无效问题(issue#I7T30Y@Gitee)
  • 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界(issue#I7U1OQ@Gitee)
  • 【http 】 修复302重定向时,Location中的问号被转义问题(issue#3265@Github)
  • 【core 】 修复CombinationAnnotationElement判断循环问题(pr#3267@Github)
  • 【core 】 修复StrUtil#containsAny NPE问题(pr#1063@Gitee)
  • 【all 】 修复SONArray的add()方法抛出OutOfMemory异常问题(issue#3286@Github)
  • 【core 】 修复fillColumns空指针问题(issue#3284@Github)
  • 【core 】 修复Convert不能转换Optional和Opt问题(issue#I7WJHH@Gitee)
  • 【core 】 修复DateUtil.age年龄计算问题(issue#I7XMYW@Gitee)
  • 【core 】 修复JSONUtil.parse()溢出问题(issue#3289@Github)
  • 【core 】 修复Tailer stop NPE问题(pr#1067@Gitee)
  • 【json 】 修复toJSONString导致CPU使用率高的问题(issue#3297@Github)
  • 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题(pr#1071@Gitee)
  • 【core 】 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题(issue#I80FP4@Gitee)
  • 【core 】 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题(issue#3301@Github)
Changelog

Sourced from cn.hutool:hutool-bom's changelog.

5.8.22(2023-09-13)

🐣新特性

  • 【core 】 NumberUtil.nullToZero增加重载(issue#I7PPD2@Gitee)
  • 【core 】 DesensitizedUtil增加清空策略(issue#I7PUJ2@Gitee)
  • 【all 】 修改异常包装策略:运行时异常不包装,只包装非运行时异常(issue#I7RJZT@Gitee)
  • 【core 】 增加IJSONTypeConverter,避免反射调用(pr#1051@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【http 】 优化HttpUtil.urlWithForm方法(pr#1052@Gitee)
  • 【cron 】 优化PatternParser支持年的步进(issue#I7SMP7@Gitee)
  • 【core 】 TreeUtil增加getParentsId方法(issue#I7TDCF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题(issue#3241@Github)
  • 【core 】 修复PathUtil.moveContent当target不存在时会报错问题(issue#3238@Github)
  • 【db 】 修复SqlUtil.formatSql 格式化的sql换行异常(pr#3247@Github)
  • 【core 】 修复DateUtil.parse 给定一个时间解析错误问题(issue#I7QI6R@Gitee)
  • 【core 】 去除默认的ACCEPT_LANGUAGE(issue#3258@Github)
  • 【core 】 修复FieldsComparator比较结果不正确问题(issue#3259@Github)
  • 【core 】 修复Db.findAll全局忽略大小写无效问题(issue#I7T30Y@Gitee)
  • 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界(issue#I7U1OQ@Gitee)
  • 【http 】 修复302重定向时,Location中的问号被转义问题(issue#3265@Github)
  • 【core 】 修复CombinationAnnotationElement判断循环问题(pr#3267@Github)
  • 【core 】 修复StrUtil#containsAny NPE问题(pr#1063@Gitee)
  • 【all 】 修复SONArray的add()方法抛出OutOfMemory异常问题(issue#3286@Github)
  • 【core 】 修复fillColumns空指针问题(issue#3284@Github)
  • 【core 】 修复Convert不能转换Optional和Opt问题(issue#I7WJHH@Gitee)
  • 【core 】 修复DateUtil.age年龄计算问题(issue#I7XMYW@Gitee)
  • 【core 】 修复JSONUtil.parse()溢出问题(issue#3289@Github)
  • 【core 】 修复Tailer stop NPE问题(pr#1067@Gitee)
  • 【json 】 修复toJSONString导致CPU使用率高的问题(issue#3297@Github)
  • 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题(pr#1071@Gitee)
  • 【core 】 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题(issue#I80FP4@Gitee)
  • 【core 】 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题(issue#3301@Github)

Commits
  • 20f0c72 ♥️release 5.8.22
  • 1b52428 update version
  • 111898c 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题
  • 8ee13fb !1074 base64 NPE verification
  • 6ad0a55 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题
  • 8c4b126 fix code
  • 683a7b7 !1073 fix(BeanUtil),同时设置忽略大小写和忽略字段冲突问题
  • d87f085 修复NumberUtil.parseInt 16进制解析错误的问题
  • a1b688b !1071 fix:NumberUtil#parseInt(String)
  • e341bd5 fix base64 NPE verification
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2023
Bumps `hutool.version` from 5.8.21 to 5.8.22.

Updates `cn.hutool:hutool-all` from 5.8.21 to 5.8.22
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.21...5.8.22)

Updates `cn.hutool:hutool-bom` from 5.8.21 to 5.8.22
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.21...5.8.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/hutool.version-5.8.22 branch from 7e30734 to 7182aa2 Compare September 16, 2023 15:59
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.

None yet

0 participants