Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.4 - #35

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.4
Closed

chore(deps): bump hutool.version from 5.7.3 to 5.7.4#35
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2021

Copy link
Copy Markdown
Contributor

Bumps hutool.version from 5.7.3 to 5.7.4.
Updates hutool-core from 5.7.3 to 5.7.4

Release notes

Sourced from hutool-core's releases.

5.7.4

🐣新特性

  • 【crypto 】 SmUtil.sm4统一返回类型(issue#I3YKD4@Gitee)
  • 【core 】 修改MapUtil.get传入null返回默认值而非null(issue#I3YKBC@Gitee)
  • 【core 】 HexUtil增加hexToLong、hexToInt(issue#I3YQEV@Gitee)
  • 【core 】 CsvWriter增加writer.write(csvData)的方法重载(pr#353@Gitee)
  • 【core 】 新增AbsCollValueMap(issue#I3YXF0@Gitee)
  • 【crypto 】 HOTP缓存改为8位,新增方法(pr#356@Gitee)
  • 【setting】 Props增加toProperties方法(issue#1701@Github)
  • 【http 】 UserAgent增加getOsVersion方法(issue#I3YZUQ@Gitee)
  • 【jwt 】 JWT增加validate方法(issue#I3YDM4@Gitee)
  • 【core 】 CscReader支持指定读取开始行号和结束行号(issue#I3ZMZL@Gitee)

🐞Bug修复

  • 【core 】 修复RadixUtil.decode非static问题(issue#I3YPEH@Gitee)
  • 【core 】 修复EqualsBuilder数组判断问题(pr#1694@Github)
  • 【setting】 修复Props中Charset对象无法序列化的问题(pr#1694@Github)
  • 【db 】 修复PageResult首页判断逻辑问题(issue#1699@Github)
  • 【core 】 修复IdcardUtil可能数组越界问题(pr#1702@Github)
  • 【core 】 修复FastByteArrayOutputStream索引越界问题(issue#I402ZP@Github)
Changelog

Sourced from hutool-core's changelog.

5.7.4 (2021-07-10)

🐣新特性

  • 【crypto 】 SmUtil.sm4统一返回类型(issue#I3YKD4@Gitee)
  • 【core 】 修改MapUtil.get传入null返回默认值而非null(issue#I3YKBC@Gitee)
  • 【core 】 HexUtil增加hexToLong、hexToInt(issue#I3YQEV@Gitee)
  • 【core 】 CsvWriter增加writer.write(csvData)的方法重载(pr#353@Gitee)
  • 【core 】 新增AbsCollValueMap(issue#I3YXF0@Gitee)
  • 【crypto 】 HOTP缓存改为8位,新增方法(pr#356@Gitee)
  • 【setting】 Props增加toProperties方法(issue#1701@Github)
  • 【http 】 UserAgent增加getOsVersion方法(issue#I3YZUQ@Gitee)
  • 【jwt 】 JWT增加validate方法(issue#I3YDM4@Gitee)
  • 【core 】 CscReader支持指定读取开始行号和结束行号(issue#I3ZMZL@Gitee)

🐞Bug修复

  • 【core 】 修复RadixUtil.decode非static问题(issue#I3YPEH@Gitee)
  • 【core 】 修复EqualsBuilder数组判断问题(pr#1694@Github)
  • 【setting】 修复Props中Charset对象无法序列化的问题(pr#1694@Github)
  • 【db 】 修复PageResult首页判断逻辑问题(issue#1699@Github)
  • 【core 】 修复IdcardUtil可能数组越界问题(pr#1702@Github)
  • 【core 】 修复FastByteArrayOutputStream索引越界问题(issue#I402ZP@Github)

Commits

Updates hutool-json from 5.7.3 to 5.7.4

Release notes

Sourced from hutool-json's releases.

5.7.4

🐣新特性

  • 【crypto 】 SmUtil.sm4统一返回类型(issue#I3YKD4@Gitee)
  • 【core 】 修改MapUtil.get传入null返回默认值而非null(issue#I3YKBC@Gitee)
  • 【core 】 HexUtil增加hexToLong、hexToInt(issue#I3YQEV@Gitee)
  • 【core 】 CsvWriter增加writer.write(csvData)的方法重载(pr#353@Gitee)
  • 【core 】 新增AbsCollValueMap(issue#I3YXF0@Gitee)
  • 【crypto 】 HOTP缓存改为8位,新增方法(pr#356@Gitee)
  • 【setting】 Props增加toProperties方法(issue#1701@Github)
  • 【http 】 UserAgent增加getOsVersion方法(issue#I3YZUQ@Gitee)
  • 【jwt 】 JWT增加validate方法(issue#I3YDM4@Gitee)
  • 【core 】 CscReader支持指定读取开始行号和结束行号(issue#I3ZMZL@Gitee)

🐞Bug修复

  • 【core 】 修复RadixUtil.decode非static问题(issue#I3YPEH@Gitee)
  • 【core 】 修复EqualsBuilder数组判断问题(pr#1694@Github)
  • 【setting】 修复Props中Charset对象无法序列化的问题(pr#1694@Github)
  • 【db 】 修复PageResult首页判断逻辑问题(issue#1699@Github)
  • 【core 】 修复IdcardUtil可能数组越界问题(pr#1702@Github)
  • 【core 】 修复FastByteArrayOutputStream索引越界问题(issue#I402ZP@Github)
Changelog

Sourced from hutool-json's changelog.

5.7.4 (2021-07-10)

🐣新特性

  • 【crypto 】 SmUtil.sm4统一返回类型(issue#I3YKD4@Gitee)
  • 【core 】 修改MapUtil.get传入null返回默认值而非null(issue#I3YKBC@Gitee)
  • 【core 】 HexUtil增加hexToLong、hexToInt(issue#I3YQEV@Gitee)
  • 【core 】 CsvWriter增加writer.write(csvData)的方法重载(pr#353@Gitee)
  • 【core 】 新增AbsCollValueMap(issue#I3YXF0@Gitee)
  • 【crypto 】 HOTP缓存改为8位,新增方法(pr#356@Gitee)
  • 【setting】 Props增加toProperties方法(issue#1701@Github)
  • 【http 】 UserAgent增加getOsVersion方法(issue#I3YZUQ@Gitee)
  • 【jwt 】 JWT增加validate方法(issue#I3YDM4@Gitee)
  • 【core 】 CscReader支持指定读取开始行号和结束行号(issue#I3ZMZL@Gitee)

🐞Bug修复

  • 【core 】 修复RadixUtil.decode非static问题(issue#I3YPEH@Gitee)
  • 【core 】 修复EqualsBuilder数组判断问题(pr#1694@Github)
  • 【setting】 修复Props中Charset对象无法序列化的问题(pr#1694@Github)
  • 【db 】 修复PageResult首页判断逻辑问题(issue#1699@Github)
  • 【core 】 修复IdcardUtil可能数组越界问题(pr#1702@Github)
  • 【core 】 修复FastByteArrayOutputStream索引越界问题(issue#I402ZP@Github)

Commits

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.version` from 5.7.3 to 5.7.4.

Updates `hutool-core` from 5.7.3 to 5.7.4
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.4)

Updates `hutool-json` from 5.7.3 to 5.7.4
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.4)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: cn.hutool:hutool-json
  dependency-type: direct:development
  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 Jul 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #36.

@dependabot dependabot Bot closed this Jul 19, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.4 branch July 19, 2021 17:04
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