Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.5 - #36

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.5

🐣新特性

  • 【core 】 DateUtil增加ceiling重载,可选是否归零毫秒
  • 【core 】 IterUtil增加firstMatch方法
  • 【core 】 增加NanoId
  • 【core 】 MapBuilder增加put方法(pr#367@Gitee)
  • 【core 】 StrUtil.insert支持负数index
  • 【core 】 Calculator类支持取模运算(issue#I40DUW@Gitee)
  • 【core 】 增加Base64.isBase64方法(issue#1710@Github)
  • 【core 】 ManifestUtil新增方法getManifest(Class cls)(pr#370@Gitee)
  • 【extra 】 AbstractFtp增加isDir方法(issue#1716@Github)
  • 【core 】 修改FileUtil异常信息内容(pr#1713@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.normalize处理上级路径的问题(issue#I3YPEH@Gitee)
  • 【core 】 修复ClassScanner扫描空包遗漏问题
  • 【core 】 修复FastDatePrinter歧义问题(pr#366@Gitee)
  • 【core 】 修复DateUtil.format格式化Instant报错问题(issue#I40CY2@Gitee)
  • 【core 】 修复StrUtil.toUnderlineCase大写问题(issue#I40CGS@Gitee)
  • 【jwt 】 修复JWT.validate报错问题(issue#I40MR2@Gitee)
  • 【core 】 修复StrUtil.brief越界问题

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.5 (2021-07-19)

🐣新特性

  • 【core 】 DateUtil增加ceiling重载,可选是否归零毫秒
  • 【core 】 IterUtil增加firstMatch方法
  • 【core 】 增加NanoId
  • 【core 】 MapBuilder增加put方法(pr#367@Gitee)
  • 【core 】 StrUtil.insert支持负数index
  • 【core 】 Calculator类支持取模运算(issue#I40DUW@Gitee)
  • 【core 】 增加Base64.isBase64方法(issue#1710@Github)
  • 【core 】 ManifestUtil新增方法getManifest(Class cls)(pr#370@Gitee)
  • 【extra 】 AbstractFtp增加isDir方法(issue#1716@Github)
  • 【core 】 修改FileUtil异常信息内容(pr#1713@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.normalize处理上级路径的问题(issue#I3YPEH@Gitee)
  • 【core 】 修复ClassScanner扫描空包遗漏问题
  • 【core 】 修复FastDatePrinter歧义问题(pr#366@Gitee)
  • 【core 】 修复DateUtil.format格式化Instant报错问题(issue#I40CY2@Gitee)
  • 【core 】 修复StrUtil.toUnderlineCase大写问题(issue#I40CGS@Gitee)
  • 【jwt 】 修复JWT.validate报错问题(issue#I40MR2@Gitee)
  • 【core 】 修复StrUtil.brief越界问题

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.5

Release notes

Sourced from hutool-json's releases.

5.7.5

🐣新特性

  • 【core 】 DateUtil增加ceiling重载,可选是否归零毫秒
  • 【core 】 IterUtil增加firstMatch方法
  • 【core 】 增加NanoId
  • 【core 】 MapBuilder增加put方法(pr#367@Gitee)
  • 【core 】 StrUtil.insert支持负数index
  • 【core 】 Calculator类支持取模运算(issue#I40DUW@Gitee)
  • 【core 】 增加Base64.isBase64方法(issue#1710@Github)
  • 【core 】 ManifestUtil新增方法getManifest(Class cls)(pr#370@Gitee)
  • 【extra 】 AbstractFtp增加isDir方法(issue#1716@Github)
  • 【core 】 修改FileUtil异常信息内容(pr#1713@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.normalize处理上级路径的问题(issue#I3YPEH@Gitee)
  • 【core 】 修复ClassScanner扫描空包遗漏问题
  • 【core 】 修复FastDatePrinter歧义问题(pr#366@Gitee)
  • 【core 】 修复DateUtil.format格式化Instant报错问题(issue#I40CY2@Gitee)
  • 【core 】 修复StrUtil.toUnderlineCase大写问题(issue#I40CGS@Gitee)
  • 【jwt 】 修复JWT.validate报错问题(issue#I40MR2@Gitee)
  • 【core 】 修复StrUtil.brief越界问题

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.5 (2021-07-19)

🐣新特性

  • 【core 】 DateUtil增加ceiling重载,可选是否归零毫秒
  • 【core 】 IterUtil增加firstMatch方法
  • 【core 】 增加NanoId
  • 【core 】 MapBuilder增加put方法(pr#367@Gitee)
  • 【core 】 StrUtil.insert支持负数index
  • 【core 】 Calculator类支持取模运算(issue#I40DUW@Gitee)
  • 【core 】 增加Base64.isBase64方法(issue#1710@Github)
  • 【core 】 ManifestUtil新增方法getManifest(Class cls)(pr#370@Gitee)
  • 【extra 】 AbstractFtp增加isDir方法(issue#1716@Github)
  • 【core 】 修改FileUtil异常信息内容(pr#1713@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.normalize处理上级路径的问题(issue#I3YPEH@Gitee)
  • 【core 】 修复ClassScanner扫描空包遗漏问题
  • 【core 】 修复FastDatePrinter歧义问题(pr#366@Gitee)
  • 【core 】 修复DateUtil.format格式化Instant报错问题(issue#I40CY2@Gitee)
  • 【core 】 修复StrUtil.toUnderlineCase大写问题(issue#I40CGS@Gitee)
  • 【jwt 】 修复JWT.validate报错问题(issue#I40MR2@Gitee)
  • 【core 】 修复StrUtil.brief越界问题

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.5.

Updates `hutool-core` from 5.7.3 to 5.7.5
- [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.5)

Updates `hutool-json` from 5.7.3 to 5.7.5
- [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.5)

---
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 19, 2021
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #38.

@dependabot dependabot Bot closed this Aug 2, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.5 branch August 2, 2021 17:06
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