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-core from 5.8.34 to 5.8.35 #23

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 Dec 26, 2024

Bumps cn.hutool:hutool-core from 5.8.34 to 5.8.35.

Release notes

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

5.8.35(2024-12-25)

🐣新特性

  • 【poi 】 优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序(pr#3807@Github)
  • 【extra 】 优化Ftp.download,返回false抛出异常(issue#3805@Github)
  • 【core 】 优化MAC地址正则(issue#IB95X4@Gitee)
  • 【json 】 JSON的getByPath方法新增更为通用的指定出参类型重载(pr#3814@Github)
  • 【core 】 DateUtil.parseUTC方法标记废弃,改名为parseISO8601(issue#IBB6I5@Gitee)
  • 【core 】 添加EnumUtil#getBy(Class, Func1, Object)方法(pr#1283@Gitee)
  • 【db 】 添加Entity.addCondition方法(issue#IBCDL2@Gitee)
  • 【poi 】 添加StopReadException,定义sax读取时用户可手动终止(issue#3820@Github)

🐞Bug修复

  • 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题(issue#3806@Github)
  • 【core 】 修复DateUtil.rangeContains未重置问题(issue#IB8OFS@Gitee)
  • 【cache 】 修复StampedCache类get方法并发问题(issue#IBCIQG@Gitee)
  • 【cache 】 修复FIFOCache类使用StampedCache导致并发读的并发问题(issue#IBCIQG@Gitee)
  • 【cache 】 废弃StampedCache,可能造成Map循环调用导致死锁(issue#IBDGBZ@Gitee)
Changelog

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

5.8.35(2024-12-25)

🐣新特性

  • 【poi 】 优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序(pr#3807@Github)
  • 【extra 】 优化Ftp.download,返回false抛出异常(issue#3805@Github)
  • 【core 】 优化MAC地址正则(issue#IB95X4@Gitee)
  • 【json 】 JSON的getByPath方法新增更为通用的指定出参类型重载(pr#3814@Github)
  • 【core 】 DateUtil.parseUTC方法标记废弃,改名为parseISO8601(issue#IBB6I5@Gitee)
  • 【core 】 添加EnumUtil#getBy(Class, Func1, Object)方法(pr#1283@Gitee)
  • 【db 】 添加Entity.addCondition方法(issue#IBCDL2@Gitee)
  • 【poi 】 添加StopReadException,定义sax读取时用户可手动终止(issue#3820@Github)

🐞Bug修复

  • 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题(issue#3806@Github)
  • 【core 】 修复DateUtil.rangeContains未重置问题(issue#IB8OFS@Gitee)
  • 【cache 】 修复StampedCache类get方法并发问题(issue#IBCIQG@Gitee)
  • 【cache 】 修复FIFOCache类使用StampedCache导致并发读的并发问题(issue#IBCIQG@Gitee)
  • 【cache 】 废弃StampedCache,可能造成Map循环调用导致死锁(issue#IBDGBZ@Gitee)

Commits
  • ced8bf8 Prepare release
  • 6a9ee9a 🐌Release 5.8.35
  • 7298016 add gitcode
  • 126f51d !1288 添加gitcode
  • 8db00aa add gitcode
  • 30e062e add test
  • 4e30820 !1287 GifCaptcha.setRepeat设置无效值的处理及GifCaptcha测试用例的补充
  • 79edb43 ShearCaptcha部分测试用例
  • 980d1e7 GifCaptcha部分测试用例
  • 987bd78 GifCaptcha.setRepeat设置无效值,应该保持为 0
  • 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-core](https://github.com/dromara/hutool) from 5.8.34 to 5.8.35.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.34...5.8.35)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2024
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.

0 participants