Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gradle: bump cn.hutool:hutool-bom from 5.8.11 to 5.8.12#332

Merged
henry-hub merged 2 commits intomainfrom
dependabot/gradle/cn.hutool-hutool-bom-5.8.12
Feb 10, 2023
Merged

gradle: bump cn.hutool:hutool-bom from 5.8.11 to 5.8.12#332
henry-hub merged 2 commits intomainfrom
dependabot/gradle/cn.hutool-hutool-bom-5.8.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2023

Bumps cn.hutool:hutool-bom from 5.8.11 to 5.8.12.

Release notes

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

5.8.12 (2023-02-09)

🐣新特性

  • 【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误(issue#2832@Github)
  • 【core 】 重构根据file magic number判断文件类型(pr#2834@Github)
  • 【core 】 增加WGS84 坐标与墨卡托投影互转(pr#2811@Github)
  • 【extra 】 ServletUtil遵循rfc 3986优化(issue#I6ALAO@Gitee)
  • 【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载(pr#918@Gitee)
  • 【db 】 AbstractDb添加返回类型为PageResult的page重载方法(pr#916@Gitee)
  • 【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee)
  • 【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github)
  • 【core 】 DateUtil.date方法统一修改规则,传入null返回null(pr#2877@Github)
  • 【core 】 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字(pr#2889@Github)

🐞Bug修复

  • 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)
  • 【core 】 修复FileTypeUtil判断wav后缀的录音文件类型不能匹配问题(pr#2834@Github)
  • 【core 】 修复FileUtil的rename在newName与原文件夹名称一样时,文件夹会被删除问题(issue#2845@Github)
  • 【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题(issue#I6AT49@Gitee)
  • 【core 】 修复ClassScanner自定义classload无效问题(issue#I68TV2@Gitee)
  • 【core 】 【重要】删除XmlUtil.readObjectFromXml方法,避免漏洞(issue#2857@Github)
  • 【core 】 修复Ipv4Util.list()方法的bug(pr#929@Gitee)
  • 【poi 】 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。(pr#919@Gitee)
Changelog

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

5.8.12 (2023-02-09)

🐣新特性

  • 【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误(issue#2832@Github)
  • 【core 】 重构根据file magic number判断文件类型(pr#2834@Github)
  • 【core 】 增加WGS84 坐标与墨卡托投影互转(pr#2811@Github)
  • 【extra 】 ServletUtil遵循rfc 3986优化(issue#I6ALAO@Gitee)
  • 【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载(pr#918@Gitee)
  • 【db 】 AbstractDb添加返回类型为PageResult的page重载方法(pr#916@Gitee)
  • 【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee)
  • 【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github)
  • 【core 】 DateUtil.date方法统一修改规则,传入null返回null(pr#2877@Github)
  • 【core 】 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字(pr#2889@Github)

🐞Bug修复

  • 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)
  • 【core 】 修复FileTypeUtil判断wav后缀的录音文件类型不能匹配问题(pr#2834@Github)
  • 【core 】 修复FileUtil的rename在newName与原文件夹名称一样时,文件夹会被删除问题(issue#2845@Github)
  • 【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题(issue#I6AT49@Gitee)
  • 【core 】 修复ClassScanner自定义classload无效问题(issue#I68TV2@Gitee)
  • 【core 】 【重要】删除XmlUtil.readObjectFromXml方法,避免漏洞(issue#2857@Github)
  • 【core 】 修复Ipv4Util.list()方法的bug(pr#929@Gitee)
  • 【poi 】 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。(pr#919@Gitee)

Commits
  • 9dbdf14 🍳release 5.8.12
  • d98a746 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字
  • 2169e33 Merge pull request #2889 from winlans/v5-dev
  • db108e1 DateUtil.date方法统一修改规则,传入null返回null
  • c64b382 Merge pull request #2877 from 847689421/v5-dev
  • a15cb6f Merge pull request #2869 from zhaomoran/v5-master
  • 771f0a4 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题
  • 0e3cf48 !919 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。
  • b710b83 fix DateUtil.parseUTC
  • f1164ff fix code
  • 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 [cn.hutool:hutool-bom](https://github.com/looly/hutool) from 5.8.11 to 5.8.12.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.11...5.8.12)

---
updated-dependencies:
- 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 added dependencies A dependency upgrade patch Patch version labels Feb 9, 2023
@auto-assign auto-assign bot requested a review from henry-hub February 9, 2023 23:58
@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

Merging #332 (e7077b6) into main (e125cb2) will not change coverage.
The diff coverage is n/a.

❗ Current head e7077b6 differs from pull request most recent head 73fcd09. Consider uploading reports for the commit 73fcd09 to get more accurate results

@@             Coverage Diff             @@
##                main      #332   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       153       153           
===========================================
  Files             23        23           
  Lines            302       302           
  Branches          12        12           
===========================================
  Hits             302       302           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@henry-hub henry-hub added this to the 1.1.1 milestone Feb 10, 2023
@henry-hub henry-hub enabled auto-merge (squash) February 10, 2023 07:14
@henry-hub henry-hub merged commit a1b246e into main Feb 10, 2023
@henry-hub henry-hub deleted the dependabot/gradle/cn.hutool-hutool-bom-5.8.12 branch February 10, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade patch Patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant