Skip to content

chore(deps): bump hutool-all from 5.7.9 to 5.7.20 - #111

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cn.hutool-hutool-all-5.7.20
Closed

chore(deps): bump hutool-all from 5.7.9 to 5.7.20#111
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cn.hutool-hutool-all-5.7.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 20, 2022

Copy link
Copy Markdown
Contributor

Bumps hutool-all from 5.7.9 to 5.7.20.

Release notes

Sourced from hutool-all's releases.

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@Github)
  • 【core 】 修复OS中的拼写错误(pr#500@Gitee)
  • 【core 】 修复CustomKeyMap的merge失效问题(issue#2086@Github)
  • 【core 】 修复FileUtil.appendLines换行问题(issue#I4QCEZ@Gitee)
  • 【core 】 修复java.time.Month解析问题(issue#2090@Github)
  • 【core 】 修复PathUtil.moveContent移动覆盖导致的问题(issue#I4QV0L@Gitee)
  • 【core 】 修复Opt.ofTry中并发环境下线程安全问题(pr#504@Gitee)
  • 【core 】 修复PatternFinder中end边界判断问题(issue#2099@Github)
  • 【core 】 修复格式化为中文日期时,0被处理为空串(pr#507@Gitee)
  • 【core 】 修复UrlPath转义冒号问题(issue#I4RA42@Gitee)

5.7.19 (2022-01-07)

🐣新特性

  • 【db 】 优化Condition参数拆分(pr#2046@Github)
  • 【core 】 优化ArrayUtil.isAllEmpty性能(pr#2045@Github)
  • 【core 】 CharSequenceUtil.replace方法支持增补字符(pr#2041@Github)
  • 【extra 】 增加SshjSftp(pr#493@Gitee)
  • 【core 】 增加CheckedUtil(pr#491@Gitee)
  • 【extra 】 增加Sftp.isDir中的抛异常判断条件(issues#I4P9ED@Gitee)

🐞Bug修复

  • 【http 】 HttpUtil重定向次数失效问题(issue#I4O28Q@Gitee)
  • 【core 】 修复UrlPath空白path多/问题(issue#I49KAL@Gitee)
  • 【core 】 修复ServletUtil写出文件时未添加双引号导致逗号等特殊符号引起的问题(issue#I4P1BF@Gitee)
  • 【core 】 NumberUtil增加equals重载解决long传入判断问题(pr#2064@Github)
  • 【core 】 修复CsvParser行号有误问题(pr#2065@Github)
  • 【http 】 修复HttpRequest.of无法自动添加http前缀问题(issue#I4PEYL@Gitee)
  • 【core 】 修复 CharSequenceUtil.brief(str, maxLength) 方法字符串越界问题,以及 maxLength 部分值时结果与预期不符的问题(pr#2068@Github)
  • 【core 】 修复NamingCase中转换下划线字母+数字转换问题(issue#2070@Github)
  • 【core 】 修复split空判断不一致问题(pr#496@Gitee)
  • 【crypto 】 修复SM2.getDHex()前导0丢失,然后导致获取密钥错误(pr#2073@Github)
  • 【core 】 修复关于Calculator.conversion()方法EmptyStackException的bug(pr#2076@Github)

... (truncated)

Changelog

Sourced from hutool-all's changelog.

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@Github)
  • 【core 】 修复OS中的拼写错误(pr#500@Gitee)
  • 【core 】 修复CustomKeyMap的merge失效问题(issue#2086@Github)
  • 【core 】 修复FileUtil.appendLines换行问题(issue#I4QCEZ@Gitee)
  • 【core 】 修复java.time.Month解析问题(issue#2090@Github)
  • 【core 】 修复PathUtil.moveContent移动覆盖导致的问题(issue#I4QV0L@Gitee)
  • 【core 】 修复Opt.ofTry中并发环境下线程安全问题(pr#504@Gitee)
  • 【core 】 修复PatternFinder中end边界判断问题(issue#2099@Github)
  • 【core 】 修复格式化为中文日期时,0被处理为空串(pr#507@Gitee)
  • 【core 】 修复UrlPath转义冒号问题(issue#I4RA42@Gitee)

5.7.19 (2022-01-07)

🐣新特性

  • 【db 】 优化Condition参数拆分(pr#2046@Github)
  • 【core 】 优化ArrayUtil.isAllEmpty性能(pr#2045@Github)
  • 【core 】 CharSequenceUtil.replace方法支持增补字符(pr#2041@Github)
  • 【extra 】 增加SshjSftp(pr#493@Gitee)
  • 【core 】 增加CheckedUtil(pr#491@Gitee)
  • 【extra 】 增加Sftp.isDir中的抛异常判断条件(issues#I4P9ED@Gitee)

🐞Bug修复

  • 【http 】 HttpUtil重定向次数失效问题(issue#I4O28Q@Gitee)
  • 【core 】 修复UrlPath空白path多/问题(issue#I49KAL@Gitee)
  • 【core 】 修复ServletUtil写出文件时未添加双引号导致逗号等特殊符号引起的问题(issue#I4P1BF@Gitee)
  • 【core 】 NumberUtil增加equals重载解决long传入判断问题(pr#2064@Github)
  • 【core 】 修复CsvParser行号有误问题(pr#2065@Github)
  • 【http 】 修复HttpRequest.of无法自动添加http前缀问题(issue#I4PEYL@Gitee)
  • 【core 】 修复 CharSequenceUtil.brief(str, maxLength) 方法字符串越界问题,以及 maxLength 部分值时结果与预期不符的问题(pr#2068@Github)
  • 【core 】 修复NamingCase中转换下划线字母+数字转换问题(issue#2070@Github)
  • 【core 】 修复split空判断不一致问题(pr#496@Gitee)
  • 【crypto 】 修复SM2.getDHex()前导0丢失,然后导致获取密钥错误(pr#2073@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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 20, 2022
@codecov

codecov Bot commented Jan 20, 2022

Copy link
Copy Markdown

Codecov Report

Merging #111 (faa98c2) into master (fae3aa6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #111   +/-   ##
=========================================
  Coverage     13.44%   13.44%           
  Complexity       64       64           
=========================================
  Files            79       79           
  Lines          1138     1138           
  Branches         74       74           
=========================================
  Hits            153      153           
  Misses          977      977           
  Partials          8        8           
Flag Coverage Δ
unittests 13.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fae3aa6...faa98c2. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Feb 14, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #115.

@dependabot dependabot Bot closed this Feb 14, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/cn.hutool-hutool-all-5.7.20 branch February 14, 2022 19:16
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