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

Bump hutool-core from 5.8.18 to 5.8.20 #177

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2023

Bumps hutool-core from 5.8.18 to 5.8.20.

Release notes

Sourced from hutool-core's releases.

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)
  • 【extra 】 修复Sftp中exists方法父目录不存在时报错(issue#I7CSQ9@Gitee)
  • 【extra 】 修复xml转json再转bean失败问题(issue#3139@Github)
  • 【poi 】 修复RowUtil传入参数错误问题(issue#3139@Github)
  • 【core 】 修复XmlUtil.xmlToBean空节点转换失败问题(issue#3136@Github)
  • 【core 】 修复CVE-2023-3276漏洞,XmlUtil.readBySax问题(issue#I7DX8W@Gitee)

5.8.19(2023-05-27)

🐣新特性

  • 【db 】 优化HttpRequest.toString()内容打印(issue#3072@Github)
  • 【poi 】 优化Sax方式读取时空白行返回0,修改为返回-1(issue#I6WYF6@Gitee)
  • 【db 】 优化count查询兼容informix(issue#I713XQ@Gitee)
  • 【core 】 去除Opt头部的GPL协议头(pr#995@Gitee)
  • 【core 】 邮箱校验添加对中文的支持(pr#997@Gitee)
  • 【core 】 FileUtil.getMimeType增加webp识别(pr#997@Gitee)
  • 【core 】 SyncFinisher增加setExceptionHandler方法(issue#I716SX@Gitee)
  • 【core 】 FileTypeUtil.getType增加文件判断(pr#3112@Github)
  • 【core 】 增加CsvWriteConfig.setEndingLineBreak配置项(issue#I75K5G@Gitee)
  • 【core 】 增加Tailer追踪文件时文件被删除的处理情况(pr#3115@Github)
  • 【core 】 DelegatedExecutorService构造方法设置成public(issue#I77LUE@Gitee)
  • 【core 】 切面代理工具中的cglib支持多参数构造生成(issue#I74EX7@Gitee)
  • 【poi 】 添加writeCellValue的重载,以支持isHeader(pr#1002@Gitee)

🐞Bug修复

  • 【core 】 修复URLUtil.decode无法解码UTF-16问题(issue#3063@Github)
  • 【db 】 修复insertOrUpdate更新中条件字段没有移除问题(issue#I6W91Z@Gitee)
  • 【core 】 修复VIN(车架号)正则问题(pr#3078@Github)
  • 【core 】 修复HtmlUtil的removeHtmlAttr方法匹配问题(issue#I6YNTF@Gitee)
  • 【core 】 修复JSONUtil.toBean目标存在Map字段无序问题(issue#I6YN2A@Gitee)
  • 【http 】 修复HttpDownloader.downloadFile 方法缺少static问题(issue#I6Z8VU@Gitee)
  • 【core 】 修复NumberUtil mul 传入null的string入参报错问题(issue#I70JB3@Gitee)
  • 【core 】 修复ZipReader.get调用reset异常问题(issue#3099@Github)
  • 【core 】 修复FileUtil.createTempFile可能导致的漏洞(issue#3103@Github)
  • 【cron 】 修复SystemTimer无法结束进程问题(issue#3090@Github)
  • 【core 】 修复BeanUtil.copyToList复制Long等类型错误问题(issue#3091@Github)
  • 【poi 】 修复MapRowHandler结果Map无序问题(issue#I71SE8@Github)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)
  • 【extra 】 修复Sftp中exists方法父目录不存在时报错(issue#I7CSQ9@Gitee)
  • 【extra 】 修复xml转json再转bean失败问题(issue#3139@Github)
  • 【poi 】 修复RowUtil传入参数错误问题(issue#3139@Github)
  • 【core 】 修复XmlUtil.xmlToBean空节点转换失败问题(issue#3136@Github)
  • 【core 】 修复CVE-2023-3276漏洞,XmlUtil.readBySax问题(issue#I7DX8W@Gitee)

5.8.19(2023-05-27)

🐣新特性

  • 【db 】 优化HttpRequest.toString()内容打印(issue#3072@Github)
  • 【poi 】 优化Sax方式读取时空白行返回0,修改为返回-1(issue#I6WYF6@Gitee)
  • 【db 】 优化count查询兼容informix(issue#I713XQ@Gitee)
  • 【core 】 去除Opt头部的GPL协议头(pr#995@Gitee)
  • 【core 】 邮箱校验添加对中文的支持(pr#997@Gitee)
  • 【core 】 FileUtil.getMimeType增加webp识别(pr#997@Gitee)
  • 【core 】 SyncFinisher增加setExceptionHandler方法(issue#I716SX@Gitee)
  • 【core 】 FileTypeUtil.getType增加文件判断(pr#3112@Github)
  • 【core 】 增加CsvWriteConfig.setEndingLineBreak配置项(issue#I75K5G@Gitee)
  • 【core 】 增加Tailer追踪文件时文件被删除的处理情况(pr#3115@Github)
  • 【core 】 DelegatedExecutorService构造方法设置成public(issue#I77LUE@Gitee)
  • 【core 】 切面代理工具中的cglib支持多参数构造生成(issue#I74EX7@Gitee)
  • 【poi 】 添加writeCellValue的重载,以支持isHeader(pr#1002@Gitee)

🐞Bug修复

  • 【core 】 修复URLUtil.decode无法解码UTF-16问题(issue#3063@Github)
  • 【db 】 修复insertOrUpdate更新中条件字段没有移除问题(issue#I6W91Z@Gitee)
  • 【core 】 修复VIN(车架号)正则问题(pr#3078@Github)
  • 【core 】 修复HtmlUtil的removeHtmlAttr方法匹配问题(issue#I6YNTF@Gitee)
  • 【core 】 修复JSONUtil.toBean目标存在Map字段无序问题(issue#I6YN2A@Gitee)
  • 【http 】 修复HttpDownloader.downloadFile 方法缺少static问题(issue#I6Z8VU@Gitee)
  • 【core 】 修复NumberUtil mul 传入null的string入参报错问题(issue#I70JB3@Gitee)
  • 【core 】 修复ZipReader.get调用reset异常问题(issue#3099@Github)
  • 【core 】 修复FileUtil.createTempFile可能导致的漏洞(issue#3103@Github)
  • 【cron 】 修复SystemTimer无法结束进程问题(issue#3090@Github)
  • 【core 】 修复BeanUtil.copyToList复制Long等类型错误问题(issue#3091@Github)

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2023
Bumps [hutool-core](https://github.com/dromara/hutool) from 5.8.18 to 5.8.20.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/dromara/hutool/commits/5.8.20)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/cn.hutool-hutool-core-5.8.20 branch from bb79b1d to 1185ab4 Compare July 2, 2023 03:17
@techa03 techa03 merged commit 11c44dd into master Jul 4, 2023
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-core-5.8.20 branch July 4, 2023 09:32
@techa03 techa03 restored the dependabot/maven/cn.hutool-hutool-core-5.8.20 branch July 12, 2023 13:21
@techa03 techa03 deleted the dependabot/maven/cn.hutool-hutool-core-5.8.20 branch July 16, 2023 13:42
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.

None yet

1 participant