Skip to content

chore(deps): bump cn.hutool:hutool-all from 5.8.40 to 5.8.46#1538

Open
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/gradle/cn.hutool-hutool-all-5.8.46
Open

chore(deps): bump cn.hutool:hutool-all from 5.8.40 to 5.8.46#1538
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/gradle/cn.hutool-hutool-all-5.8.46

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps cn.hutool:hutool-all from 5.8.40 to 5.8.46.

Release notes

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

v5.8.46

5.8.46(2026-05-25) 🐣新特性 【core 】 AnnotationUtil新增两级缓存架构,提升高频注解解析性能(pr#1434@Gitee) 【core 】 RegexPool.PLATE_NUMBER新增粤AP号段支持(issue#IJNDJR@Gitee) 🐞Bug修复 【db 】 修复Page和PageResult首页调用问题(issue#IH7A18@Gitee) 【ai 】 修复AI SPI classloader找不到实现问题(issue#4241@Github) 【extra 】 修复ExpressionEngine中SpELEngine、MVEL白名单无效问题(issue#4249@Github) 【core 】 修复JNDIUtil远程加载漏洞(issue#4249@Github) 【core 】 修复ValidateObjectInputStream白名单规则问题(issue#4249@Github) 【core 】 修复VersionUtil比对null时结果异常问题(issue#IJNFQZ@Gitee) 【core 】 修复BeanConverter和MapConverter源Bean判断问题(pr#4252@Github)

5.8.44


5.8.44(2026-03-11)

🐣新特性

  • 【core 】 NumberUtil.parseNumber增加支持科学计数法(pr#4211@Github)
  • 【captcha】 AbstractCaptcha增加setStroke方法支持线条粗细(issue#IDJQ15@Gitee)
  • 【core 】 BooleanUtil新增 exactlyOneTrue 方法用于互斥条件校验(issue#IDJQ15@Gitee)
  • 【core 】 DateUtil.normalize方法中正则预编译提升效率(pr#4221@Gitee)
  • 【core 】 AppendableWriter增加checkNotClosed(issue#IDMZ5K@Gitee)
  • 【core 】 FastDateParser改进在JDK25下三字母时区警告(issue#4100@Github)
  • 【core 】 ReflectUtil增加二级缓存(pr#1433@Gitee)

🐞Bug修复

  • 【json 】 修复JSONUtil.wrap忽略错误问题(issue#4210@Github)
  • 【http 】 修复HttpUtil.normalizeParams 在极端输入下抛 StringIndexOutOfBoundsException(pr#4216@Github)
  • 【extra 】 修复MailAccount.setAuth参数与field不一致问题(issue#4217@Github)
  • 【core 】 修复TransMap.computeIfAbsentmappingFunction处理不一致问题(issue#IDM6UR@Gitee)
  • 【core 】 修复MultiResource游标歧义问题(issue#IDNAOY@Gitee)
  • 【core 】 修复BufferUtilcopy歧义问题(issue#IDN097@Gitee)
  • 【core 】 修复JschSessionPool回收导致的session未关闭问题(issue#4223@Github)
  • 【core 】 修复XmlUtil.xmlToBeanoption参数无效问题(issue#4226@Github)
  • 【core 】 修复ReUtil.replaceAll空指针问题(issue#IDPHVW@Gitee)
  • 【core 】 修复EnumUtil枚举类静态初始化时触发 Recursive update 异常(pr#1432@Gitee)
  • 【core 】 修复AbstractCache高并发下 get+supplier 双重检查锁逻辑缺陷(pr#1432@Gitee)
  • 【core 】 修复QuarterfromMonth计算错误问题(issue#IF15CP@Gitee)

5.8.43(2026-01-04)

🐣新特性

  • 【core 】 ColorUtil颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配(pr#1400@Github)
  • 【core 】 添加BeanPath方法中对“*”的处理逻辑(pr#1412@Gitee)
  • 【core 】 StrUtil添加reverseByCodePoint方法(pr#4187@Github)
  • 【core 】 JdkUtil添加IS_AT_LEAST_JDK25
  • 【core 】 HexUtil.toHex添加对float和double的支持,并提供反向方法(pr#4193@Github)
  • 【core 】 增强BitSetBloomFilter构造器的参数有效性校验逻辑(pr#4194@Github)
  • 【core 】 HexUtil.isHexNumber增加空检查(pr#1420@Gitee)

... (truncated)

Changelog

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

5.8.46(2026-05-25)

🐣新特性

  • 【core 】 AnnotationUtil新增两级缓存架构,提升高频注解解析性能(pr#1434@Gitee)
  • 【core 】 RegexPool.PLATE_NUMBER新增粤AP号段支持(issue#IJNDJR@Gitee)

🐞Bug修复

  • 【db 】 修复PagePageResult首页调用问题(issue#IH7A18@Gitee)
  • 【ai 】 修复AI SPI classloader找不到实现问题(issue#4241@Github)
  • 【extra 】 修复ExpressionEngine中SpELEngine、MVEL白名单无效问题(issue#4249@Github)
  • 【core 】 修复JNDIUtil远程加载漏洞(issue#4249@Github)
  • 【core 】 修复ValidateObjectInputStream白名单规则问题(issue#4249@Github)
  • 【core 】 修复VersionUtil比对null时结果异常问题(issue#IJNFQZ@Gitee)
  • 【core 】 修复BeanConverterMapConverter源Bean判断问题(pr#4252@Github)

5.8.45(2026-05-19)

🐣新特性

  • 此版本发布出现问题,跳过!

🐞Bug修复


5.8.44(2026-03-11)

🐣新特性

  • 【core 】 NumberUtil.parseNumber增加支持科学计数法(pr#4211@Github)
  • 【captcha】 AbstractCaptcha增加setStroke方法支持线条粗细(issue#IDJQ15@Gitee)
  • 【core 】 BooleanUtil新增 exactlyOneTrue 方法用于互斥条件校验(issue#IDJQ15@Gitee)
  • 【core 】 DateUtil.normalize方法中正则预编译提升效率(pr#4221@Gitee)
  • 【core 】 AppendableWriter增加checkNotClosed(issue#IDMZ5K@Gitee)
  • 【core 】 FastDateParser改进在JDK25下三字母时区警告(issue#4100@Github)
  • 【core 】 ReflectUtil增加二级缓存(pr#1433@Gitee)

🐞Bug修复

  • 【json 】 修复JSONUtil.wrap忽略错误问题(issue#4210@Github)
  • 【http 】 修复HttpUtil.normalizeParams 在极端输入下抛 StringIndexOutOfBoundsException(pr#4216@Github)
  • 【extra 】 修复MailAccount.setAuth参数与field不一致问题(issue#4217@Github)
  • 【core 】 修复TransMap.computeIfAbsentmappingFunction处理不一致问题(issue#IDM6UR@Gitee)
  • 【core 】 修复MultiResource游标歧义问题(issue#IDNAOY@Gitee)
  • 【core 】 修复BufferUtilcopy歧义问题(issue#IDN097@Gitee)
  • 【core 】 修复JschSessionPool回收导致的session未关闭问题(issue#4223@Github)
  • 【core 】 修复XmlUtil.xmlToBeanoption参数无效问题(issue#4226@Github)
  • 【core 】 修复ReUtil.replaceAll空指针问题(issue#IDPHVW@Gitee)
  • 【core 】 修复EnumUtil枚举类静态初始化时触发 Recursive update 异常(pr#1432@Gitee)
  • 【core 】 修复AbstractCache高并发下 get+supplier 双重检查锁逻辑缺陷(pr#1432@Gitee)
  • 【core 】 修复QuarterfromMonth计算错误问题(issue#IF15CP@Gitee)

5.8.43(2026-01-04)

🐣新特性

  • 【core 】 ColorUtil颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配(pr#1400@Github)
  • 【core 】 添加BeanPath方法中对“*”的处理逻辑(pr#1412@Gitee)

... (truncated)

Commits
  • a0bd223 Prepare release
  • 80ef0ba release 5.8.46
  • 8456177 prepare 5.8.46
  • 3c8c0a3 🚀 release5.8.45
  • 510ff83 $'\U1F680'release5.8.45
  • 079a813 修复BeanConverterMapConverter源Bean判断问题(pr#4252@Github)
  • 62f240a Merge pull request #4252 from Faerytale/v5-dev
  • 64fc614 fix: BeanConverter和MapConverter对源Bean使用isReadableBean替代isBean
  • eaecb10 修复VersionUtil比对null时结果异常问题(issue#IJNFQZ@Gitee)
  • 6d8dd97 RegexPool.PLATE_NUMBER新增粤AP号段支持(issue#IJNDJR@Gitee)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.40 to 5.8.46.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.40...v5.8.46)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-all
  dependency-version: 5.8.46
  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 May 26, 2026
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.

0 participants