Skip to content

chore(deps): bump hutool-all from 5.7.9 to 5.7.14 - #101

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Contributor

Bumps hutool-all from 5.7.9 to 5.7.14.

Release notes

Sourced from hutool-all's releases.

5.7.14 (2021-10-09)

🐣新特性

  • 【extra 】 修复HttpCookie设置cookies的方法,不符合RFC6265规范问题(issue#I4B70D@Gitee)
  • 【http 】 优化Browser版本正则判断
  • 【setting】 增加YamlUtil
  • 【extra 】 SenvenZExtractor改名为SevenZExtractor,增加getFirst、get方法
  • 【core 】 DateConverter修改返回java.util.Date而非DateTime(issue#I4BOAP@Gitee)
  • 【core 】 增加IterableIter、ComputeIter
  • 【core 】 CsvConfig增加disableComment方法(issue#1842@Github)
  • 【core 】 DateTime构造和DateUtil.parse可选是否宽松模式(issue#1849@Github)
  • 【core 】 TreeBuilder增加部分根节点set方法(issue#1848@Github)
  • 【core 】 优化Base64.isBase64方法:减少一次多余的判断(pr#1860@Github)
  • 【cache 】 优化FIFOCache未设置过期策略时,无需遍历判断过期对象(pr#425@Gitee)
  • 【core 】 增加Opt类(pr#426@Gitee)
  • 【core 】 Week增加of重载,支持DayOfWek(pr#1872@Github)
  • 【poi 】 优化read,避免多次创建CopyOptions(issue#1875@Github)
  • 【core 】 优化CsvReader,实现可控遍历(pr#1873@Github)
  • 【core 】 优化Base64.isBase64判断(pr#1879@Github)
  • 【core 】 新增StrFormatter.formatWith(pr#430@Gitee)

🐞Bug修复

  • 【http 】 修复HttpCookie设置cookies的方法,不符合RFC6265规范问题(pr#418@Gitee)
  • 【http 】 修复Extractor中filter无效问题
  • 【json 】 修复JSONGetter.getJSONArray判断null的问题(issue#I4C15H@Gitee)
  • 【db 】 修复Condition没占位符的情况下sql没引号问题(issue#1846@Github)
  • 【cache 】 修复FIFOCache中remove回调无效问题(pr#1856@Github)
  • 【json 】 修复JSONArray.set中,index为0报错问题(issue#1858@Github)
  • 【core 】 修复FileUtil.checkSlip中getCanonicalPath异常引起的问题(issue#1858@Github)

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee)
  • 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
  • 【core 】 修复IdcardUtil.isValidCard判断问题(issue#I4AJ8S@Gitee)

... (truncated)

Changelog

Sourced from hutool-all's changelog.

5.7.14 (2021-10-09)

🐣新特性

  • 【extra 】 修复HttpCookie设置cookies的方法,不符合RFC6265规范问题(issue#I4B70D@Gitee)
  • 【http 】 优化Browser版本正则判断
  • 【setting】 增加YamlUtil
  • 【extra 】 SenvenZExtractor改名为SevenZExtractor,增加getFirst、get方法
  • 【core 】 DateConverter修改返回java.util.Date而非DateTime(issue#I4BOAP@Gitee)
  • 【core 】 增加IterableIter、ComputeIter
  • 【core 】 CsvConfig增加disableComment方法(issue#1842@Github)
  • 【core 】 DateTime构造和DateUtil.parse可选是否宽松模式(issue#1849@Github)
  • 【core 】 TreeBuilder增加部分根节点set方法(issue#1848@Github)
  • 【core 】 优化Base64.isBase64方法:减少一次多余的判断(pr#1860@Github)
  • 【cache 】 优化FIFOCache未设置过期策略时,无需遍历判断过期对象(pr#425@Gitee)
  • 【core 】 增加Opt类(pr#426@Gitee)
  • 【core 】 Week增加of重载,支持DayOfWek(pr#1872@Github)
  • 【poi 】 优化read,避免多次创建CopyOptions(issue#1875@Github)
  • 【core 】 优化CsvReader,实现可控遍历(pr#1873@Github)
  • 【core 】 优化Base64.isBase64判断(pr#1879@Github)
  • 【core 】 新增StrFormatter.formatWith(pr#430@Gitee)

🐞Bug修复

  • 【http 】 修复HttpCookie设置cookies的方法,不符合RFC6265规范问题(pr#418@Gitee)
  • 【http 】 修复Extractor中filter无效问题
  • 【json 】 修复JSONGetter.getJSONArray判断null的问题(issue#I4C15H@Gitee)
  • 【db 】 修复Condition没占位符的情况下sql没引号问题(issue#1846@Github)
  • 【cache 】 修复FIFOCache中remove回调无效问题(pr#1856@Github)
  • 【json 】 修复JSONArray.set中,index为0报错问题(issue#1858@Github)
  • 【core 】 修复FileUtil.checkSlip中getCanonicalPath异常引起的问题(issue#1858@Github)

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@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.14.
- [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.14)

---
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 Oct 11, 2021
@codecov

codecov Bot commented Oct 11, 2021

Copy link
Copy Markdown

Codecov Report

Merging #101 (8203c6c) into master (fae3aa6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

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

@dependabot @github

dependabot Bot commented on behalf of github Oct 21, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #102.

@dependabot dependabot Bot closed this Oct 21, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/cn.hutool-hutool-all-5.7.14 branch October 21, 2021 19:10
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