Skip to content

Bump cn.hutool:hutool-all from 5.8.40 to 5.8.43#57

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/cn.hutool-hutool-all-5.8.43
Closed

Bump cn.hutool:hutool-all from 5.8.40 to 5.8.43#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/cn.hutool-hutool-all-5.8.43

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

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

Release notes

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

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)
  • 【core 】 BooleanUtil增加中文、英文及符号布尔值的识别能力(pr#1429@Gitee)
  • 【core 】 DataBetween类的构造函数中做 defensive copy(pr#1426@Gitee)
  • 【core 】 RadixUtil.decode添加校验(pr#1422@Gitee)
  • 【core 】 CharUtil.toCloseByNumber增加下边界检查(pr#1421@Gitee)
  • 【ai 】 增加gemini支持(pr#4205@Github)

🐞Bug修复

  • 【core 】 修复Calculator.conversion方法计算包含科学计数法表达式的值时逻辑有误,结果不符合预期(pr#4172@Github)
  • 【core 】 修复NumberUtil.getBinaryStr方法计算Double等丢失小数问题(pr#1411@Gitee)
  • 【core 】 修复MathUtil.multiple方法在大整数乘法运算中整数溢出风险(pr#4174@Github)
  • 【core 】 修复CharSequenceUtil.move方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee)
  • 【bloomFilter】 修复AbstractFilterinit方法在maxValue小于machineNum时导致数组越界异常(pr#4189@Github)
  • 【ai 】 修复Models枚举命名大小写混用问题(pr#4185@Github)
  • 【core 】 修复ThreadUtil.getMainThread在JDK25中返回null的问题(pr#1416@Gitee)
  • 【core 】 修复NumberUtil.parseNumber使用中文逗号导致识别问题(issue#4197@Github)
  • 【crypto 】 修复SecureUtil.hmacSha1hmacSha256生成随机密钥时存在逻辑问题(pr#4199@Github)
  • 【core 】 修复StopWatch.stop时间回拨时计算结果为负的问题(pr#1417@Gitee)
  • 【core 】 修复SplitIter.reset后无法重新迭代的问题(pr#1418@Gitee)
  • 【core 】 修复StrMatcher连续变量解析导致的歧义问题(pr#1419@Gitee)
  • 【ai 】 修复BaseAIServicetry/catch块捕获的应该是Exception而不是自定义的AIException(pr#1430
  • 【core 】 修复StrUtil.truncateByByteLength在限制长度小于...时报错问题(issue#IDFTJS@Gitee)
  • 【core 】 修复Calculator.conversion方法计算包含%连接一元运算符的计算表达式的结果时逻辑缺陷(pr#4191@Github)
  • 【db 】 修复SqlUtil.PATTERN_IN_CLAUSE逻辑缺陷导致in语句参数不正确的问题(pr#4203@Github)
  • 【json 】 修复ObjectMapper过滤器对Bean复制无效的问题(pr#1431@Gitee)
  • 【core 】 修复DateUnit毫秒转换问题(issue#4209@Github)

5.8.42


5.8.42(2025-11-28)

🐣新特性

  • 【core 】 ListUtil增加zip方法(pr#4052@Github)
  • 【http 】 增加JakartaSoapClient(issue#4103@Github)
  • 【ai 】 增加代理支持(pr#4107@Github)
  • 【core 】 CharSequenceUtil增加builder方法重载(pr#4107@Github)
  • 【core 】 CombinationArrangement 重构避免数组频繁拷贝,并避免溢出(pr#4144@Github)
  • 【core 】 优化EscapeUtil,兼容不规范的转义(pr#4150@Github)
  • 【core 】 优化ObjectUtil.containsString改为CharSequence(pr#4154@Github)

... (truncated)

Changelog

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

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)
  • 【core 】 BooleanUtil增加中文、英文及符号布尔值的识别能力(pr#1429@Gitee)
  • 【core 】 DataBetween类的构造函数中做 defensive copy(pr#1426@Gitee)
  • 【core 】 RadixUtil.decode添加校验(pr#1422@Gitee)
  • 【core 】 CharUtil.toCloseByNumber增加下边界检查(pr#1421@Gitee)
  • 【ai 】 增加gemini支持(pr#4205@Github)

🐞Bug修复

  • 【core 】 修复Calculator.conversion方法计算包含科学计数法表达式的值时逻辑有误,结果不符合预期(pr#4172@Github)
  • 【core 】 修复NumberUtil.getBinaryStr方法计算Double等丢失小数问题(pr#1411@Gitee)
  • 【core 】 修复MathUtil.multiple方法在大整数乘法运算中整数溢出风险(pr#4174@Github)
  • 【core 】 修复CharSequenceUtil.move方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee)
  • 【bloomFilter】 修复AbstractFilterinit方法在maxValue小于machineNum时导致数组越界异常(pr#4189@Github)
  • 【ai 】 修复Models枚举命名大小写混用问题(pr#4185@Github)
  • 【core 】 修复ThreadUtil.getMainThread在JDK25中返回null的问题(pr#1416@Gitee)
  • 【core 】 修复NumberUtil.parseNumber使用中文逗号导致识别问题(issue#4197@Github)
  • 【crypto 】 修复SecureUtil.hmacSha1hmacSha256生成随机密钥时存在逻辑问题(pr#4199@Github)
  • 【core 】 修复StopWatch.stop时间回拨时计算结果为负的问题(pr#1417@Gitee)
  • 【core 】 修复SplitIter.reset后无法重新迭代的问题(pr#1418@Gitee)
  • 【core 】 修复StrMatcher连续变量解析导致的歧义问题(pr#1419@Gitee)
  • 【ai 】 修复BaseAIServicetry/catch块捕获的应该是Exception而不是自定义的AIException(pr#1430
  • 【core 】 修复StrUtil.truncateByByteLength在限制长度小于...时报错问题(issue#IDFTJS@Gitee)
  • 【core 】 修复Calculator.conversion方法计算包含%连接一元运算符的计算表达式的结果时逻辑缺陷(pr#4191@Github)
  • 【db 】 修复SqlUtil.PATTERN_IN_CLAUSE逻辑缺陷导致in语句参数不正确的问题(pr#4203@Github)
  • 【json 】 修复ObjectMapper过滤器对Bean复制无效的问题(pr#1431@Gitee)
  • 【core 】 修复DateUnit毫秒转换问题(issue#4209@Github)

5.8.42(2025-11-28)

🐣新特性

  • 【core 】 ListUtil增加zip方法(pr#4052@Github)
  • 【http 】 增加JakartaSoapClient(issue#4103@Github)
  • 【ai 】 增加代理支持(pr#4107@Github)
  • 【core 】 CharSequenceUtil增加builder方法重载(pr#4107@Github)
  • 【core 】 CombinationArrangement 重构避免数组频繁拷贝,并避免溢出(pr#4144@Github)
  • 【core 】 优化EscapeUtil,兼容不规范的转义(pr#4150@Github)
  • 【core 】 优化ObjectUtil.containsString改为CharSequence(pr#4154@Github)
  • 【poi 】 Word07Writer增加addText重载,支持字体颜色(pr#1388@Gitee)
  • 【core 】 增强HexUtil自动去除0x#前缀(pr#4163@Github)

... (truncated)

Commits
  • a70a9ee 🚀release5.8.43
  • 86ebc4c 🚀release5.8.43
  • bf979f2 修复DateUnit毫秒转换问题(issue#4209@Github)
  • bf14f43 增加gemini支持(pr#4205@Github)
  • 3b12342 Merge pull request #4205 from elichow/v5-dev
  • c105910 ai对gemini的实现fix: dromara/hutool#3426
  • dc4985e 修复ObjectMapper过滤器对Bean复制无效的问题(pr#1431@Gitee)
  • 79d9a51 !1431 fix(ObjectMapper):解决掉过滤器对Bean复制无效的问题
  • e4f0329 fix(ObjectMapper):解决掉过滤器对Bean无效的问题
  • 391cf6a 修复SqlUtil.PATTERN_IN_CLAUSE逻辑缺陷导致in语句参数不正确的问题(pr#4203@Github)
  • 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)

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

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-all
  dependency-version: 5.8.43
  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 Jan 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 16, 2026

Superseded by #60.

@dependabot dependabot Bot closed this Mar 16, 2026
@dependabot dependabot Bot deleted the dependabot/maven/cn.hutool-hutool-all-5.8.43 branch March 16, 2026 19:52
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