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

chore(deps): bump cn.hutool:hutool-all from 5.8.21 to 5.8.22 #180

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps 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

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2023
@github-actions
Copy link

github-actions bot commented Sep 13, 2023

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Bumps [cn.hutool:hutool-all](https://github.com/looly/hutool) 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/dev/cn.hutool-hutool-all-5.8.22 branch from 7fa21cb to 495f8ca Compare September 26, 2023 01:51
@John-Chan John-Chan merged commit 5e7e850 into dev Oct 9, 2023
15 of 16 checks passed
@John-Chan John-Chan deleted the dependabot/maven/dev/cn.hutool-hutool-all-5.8.22 branch October 9, 2023 03: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.

1 participant