Skip to content

chore(deps): bump hutool-all from 5.7.9 to 5.7.19 - #110

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hutool-all from 5.7.9 to 5.7.19.

Release notes

Sourced from hutool-all's releases.

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)
  • 【core 】 修复StrUtil.subBetweenAll循环bug(issue#I4PT3M@Gitee)

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

... (truncated)

Changelog

Sourced from hutool-all's changelog.

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)
  • 【core 】 修复StrUtil.subBetweenAll循环bug(issue#I4PT3M@Gitee)

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)

... (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.19.
- [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.19)

---
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 7, 2022
@codecov

codecov Bot commented Jan 7, 2022

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #110   +/-   ##
=========================================
  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...9726836. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Jan 20, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #111.

@dependabot dependabot Bot closed this Jan 20, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/cn.hutool-hutool-all-5.7.19 branch January 20, 2022 19:09
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