Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.8 - #40

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2021

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.8

🐣新特性

  • 【core 】 MapProxy支持return this的setter方法(pr#392@Gitee)
  • 【core 】 BeeDSFactory移除sqlite事务修复代码,新版本BeeCP已修复
  • 【core 】 增加compress包,扩充Zip操作灵活性
  • 【json 】 增加JSONBeanParser
  • 【poi 】 增加CellSetter,可以自定义单元格值写出
  • 【poi 】 CsvReader增加readFromStr(pr#1755@Github)
  • 【socket 】 SocketUtil增加connection方法
  • 【extra 】 JschUtil增加bindPort重载方法(issue#I44UTH@Github)
  • 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
  • 【core 】 增加IoCopier

🐞Bug修复

  • 【core 】 改进NumberChineseFormatter算法,补充完整单元测试,解决零问题
  • 【core 】 修复Img变换操作图片格式问题(issue#I44JRB@Gitee)

5.7.7

🐣新特性

  • 【core 】 增加LookupFactory和MethodHandleUtil(issue#I42TVY@Gitee)
  • 【core 】 改进RegexPool.TEL支持无-号码(pr#387@Gitee)
  • 【core 】 PhoneUtil中新增获取固话号码中区号,以及固话号码中号码的方法(pr#387@Gitee)
  • 【json 】 JSONGetter增加getLocalDateTime方法(pr#387@Gitee)
  • 【core 】 增加JNDIUtil(issue#1727@Github)
  • 【core 】 NetUtil增加getDnsInfo方法(issue#1727@Github)
  • 【core 】 SpringUtil增加unregisterBean方法(pr#388@Gitee)
  • 【core 】 优化TextSimilarity公共子串算法(issue#I42A6V@Gitee)
  • 【core 】 优化DateUtil.parse对UTC附带时区字符串解析(issue#I437AP@Gitee)

🐞Bug修复

  • 【jwt 】 修复JWTUtil中几个方法非static的问题(issue#1735@Github)
  • 【core 】 修复SpringUtil无法处理autowired问题(pr#388@Gitee)
  • 【core 】 修复AbsCollValueMap中常量拼写错误(pr#1736@Github)
  • 【core 】 修复FileUtil.del在文件只读情况下无法删除的问题(pr#389@Gitee)
  • 【core 】 修复FileUtil.move在不同分区下失败的问题(pr#390@Gitee)
  • 【core 】 修复FileUtil.copy强制覆盖参数无效问题
  • 【core 】 修复NumberChineseFormatter转换金额多零问题(issue#1739@Github)

5.7.6

🐣新特性

  • 【core 】 增加FieldsComparator(pr#374@Gitee)
  • 【core 】 FileUtil.del采用Files.delete实现
  • 【core 】 改进Base64.isBase64方法增加等号判断(issue#1710@Github)
  • 【core 】 Sftp增加syncUpload方法(pr#375@Gitee)
  • 【core 】 改进NetUtil.getLocalHost逻辑(issue#1717@Github)
  • 【core 】 UseragentUtil增加QQ、alipay、taobao、uc等浏览器识别支持(issue#1719@Github)
  • 【http 】 HttpRequest.form方法判断集合增强(pr#381@Gitee)
  • 【core 】 NumberUtil增加calculate方法
  • 【core 】 优化TextSimilarity.longestCommonSubstring性能(issue#I42A6V@Gitee)
  • 【core 】 MultipartRequestInputStream改为使用long以支持大文件(issue#I428AN@Gitee)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.8 (2021-08-11)

🐣新特性

  • 【core 】 MapProxy支持return this的setter方法(pr#392@Gitee)
  • 【core 】 BeeDSFactory移除sqlite事务修复代码,新版本BeeCP已修复
  • 【core 】 增加compress包,扩充Zip操作灵活性
  • 【json 】 增加JSONBeanParser
  • 【poi 】 增加CellSetter,可以自定义单元格值写出
  • 【poi 】 CsvReader增加readFromStr(pr#1755@Github)
  • 【socket 】 SocketUtil增加connection方法
  • 【extra 】 JschUtil增加bindPort重载方法(issue#I44UTH@Github)
  • 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
  • 【core 】 增加IoCopier

🐞Bug修复

  • 【core 】 改进NumberChineseFormatter算法,补充完整单元测试,解决零问题
  • 【core 】 修复Img变换操作图片格式问题(issue#I44JRB@Gitee)

5.7.7 (2021-08-02)

🐣新特性

  • 【core 】 增加LookupFactory和MethodHandleUtil(issue#I42TVY@Gitee)
  • 【core 】 改进RegexPool.TEL支持无-号码(pr#387@Gitee)
  • 【core 】 PhoneUtil中新增获取固话号码中区号,以及固话号码中号码的方法(pr#387@Gitee)
  • 【json 】 JSONGetter增加getLocalDateTime方法(pr#387@Gitee)
  • 【core 】 增加JNDIUtil(issue#1727@Github)
  • 【core 】 NetUtil增加getDnsInfo方法(issue#1727@Github)
  • 【core 】 SpringUtil增加unregisterBean方法(pr#388@Gitee)
  • 【core 】 优化TextSimilarity公共子串算法(issue#I42A6V@Gitee)
  • 【core 】 优化DateUtil.parse对UTC附带时区字符串解析(issue#I437AP@Gitee)

🐞Bug修复

  • 【jwt 】 修复JWTUtil中几个方法非static的问题(issue#1735@Github)
  • 【core 】 修复SpringUtil无法处理autowired问题(pr#388@Gitee)
  • 【core 】 修复AbsCollValueMap中常量拼写错误(pr#1736@Github)
  • 【core 】 修复FileUtil.del在文件只读情况下无法删除的问题(pr#389@Gitee)
  • 【core 】 修复FileUtil.move在不同分区下失败的问题(pr#390@Gitee)
  • 【core 】 修复FileUtil.copy强制覆盖参数无效问题
  • 【core 】 修复NumberChineseFormatter转换金额多零问题(issue#1739@Github)

5.7.6 (2021-07-28)

🐣新特性

  • 【core 】 增加FieldsComparator(pr#374@Gitee)
  • 【core 】 FileUtil.del采用Files.delete实现
  • 【core 】 改进Base64.isBase64方法增加等号判断(issue#1710@Github)

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.8

Release notes

Sourced from hutool-json's releases.

5.7.8

🐣新特性

  • 【core 】 MapProxy支持return this的setter方法(pr#392@Gitee)
  • 【core 】 BeeDSFactory移除sqlite事务修复代码,新版本BeeCP已修复
  • 【core 】 增加compress包,扩充Zip操作灵活性
  • 【json 】 增加JSONBeanParser
  • 【poi 】 增加CellSetter,可以自定义单元格值写出
  • 【poi 】 CsvReader增加readFromStr(pr#1755@Github)
  • 【socket 】 SocketUtil增加connection方法
  • 【extra 】 JschUtil增加bindPort重载方法(issue#I44UTH@Github)
  • 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
  • 【core 】 增加IoCopier

🐞Bug修复

  • 【core 】 改进NumberChineseFormatter算法,补充完整单元测试,解决零问题
  • 【core 】 修复Img变换操作图片格式问题(issue#I44JRB@Gitee)

5.7.7

🐣新特性

  • 【core 】 增加LookupFactory和MethodHandleUtil(issue#I42TVY@Gitee)
  • 【core 】 改进RegexPool.TEL支持无-号码(pr#387@Gitee)
  • 【core 】 PhoneUtil中新增获取固话号码中区号,以及固话号码中号码的方法(pr#387@Gitee)
  • 【json 】 JSONGetter增加getLocalDateTime方法(pr#387@Gitee)
  • 【core 】 增加JNDIUtil(issue#1727@Github)
  • 【core 】 NetUtil增加getDnsInfo方法(issue#1727@Github)
  • 【core 】 SpringUtil增加unregisterBean方法(pr#388@Gitee)
  • 【core 】 优化TextSimilarity公共子串算法(issue#I42A6V@Gitee)
  • 【core 】 优化DateUtil.parse对UTC附带时区字符串解析(issue#I437AP@Gitee)

🐞Bug修复

  • 【jwt 】 修复JWTUtil中几个方法非static的问题(issue#1735@Github)
  • 【core 】 修复SpringUtil无法处理autowired问题(pr#388@Gitee)
  • 【core 】 修复AbsCollValueMap中常量拼写错误(pr#1736@Github)
  • 【core 】 修复FileUtil.del在文件只读情况下无法删除的问题(pr#389@Gitee)
  • 【core 】 修复FileUtil.move在不同分区下失败的问题(pr#390@Gitee)
  • 【core 】 修复FileUtil.copy强制覆盖参数无效问题
  • 【core 】 修复NumberChineseFormatter转换金额多零问题(issue#1739@Github)

5.7.6

🐣新特性

  • 【core 】 增加FieldsComparator(pr#374@Gitee)
  • 【core 】 FileUtil.del采用Files.delete实现
  • 【core 】 改进Base64.isBase64方法增加等号判断(issue#1710@Github)
  • 【core 】 Sftp增加syncUpload方法(pr#375@Gitee)
  • 【core 】 改进NetUtil.getLocalHost逻辑(issue#1717@Github)
  • 【core 】 UseragentUtil增加QQ、alipay、taobao、uc等浏览器识别支持(issue#1719@Github)
  • 【http 】 HttpRequest.form方法判断集合增强(pr#381@Gitee)
  • 【core 】 NumberUtil增加calculate方法
  • 【core 】 优化TextSimilarity.longestCommonSubstring性能(issue#I42A6V@Gitee)
  • 【core 】 MultipartRequestInputStream改为使用long以支持大文件(issue#I428AN@Gitee)

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.8 (2021-08-11)

🐣新特性

  • 【core 】 MapProxy支持return this的setter方法(pr#392@Gitee)
  • 【core 】 BeeDSFactory移除sqlite事务修复代码,新版本BeeCP已修复
  • 【core 】 增加compress包,扩充Zip操作灵活性
  • 【json 】 增加JSONBeanParser
  • 【poi 】 增加CellSetter,可以自定义单元格值写出
  • 【poi 】 CsvReader增加readFromStr(pr#1755@Github)
  • 【socket 】 SocketUtil增加connection方法
  • 【extra 】 JschUtil增加bindPort重载方法(issue#I44UTH@Github)
  • 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
  • 【core 】 增加IoCopier

🐞Bug修复

  • 【core 】 改进NumberChineseFormatter算法,补充完整单元测试,解决零问题
  • 【core 】 修复Img变换操作图片格式问题(issue#I44JRB@Gitee)

5.7.7 (2021-08-02)

🐣新特性

  • 【core 】 增加LookupFactory和MethodHandleUtil(issue#I42TVY@Gitee)
  • 【core 】 改进RegexPool.TEL支持无-号码(pr#387@Gitee)
  • 【core 】 PhoneUtil中新增获取固话号码中区号,以及固话号码中号码的方法(pr#387@Gitee)
  • 【json 】 JSONGetter增加getLocalDateTime方法(pr#387@Gitee)
  • 【core 】 增加JNDIUtil(issue#1727@Github)
  • 【core 】 NetUtil增加getDnsInfo方法(issue#1727@Github)
  • 【core 】 SpringUtil增加unregisterBean方法(pr#388@Gitee)
  • 【core 】 优化TextSimilarity公共子串算法(issue#I42A6V@Gitee)
  • 【core 】 优化DateUtil.parse对UTC附带时区字符串解析(issue#I437AP@Gitee)

🐞Bug修复

  • 【jwt 】 修复JWTUtil中几个方法非static的问题(issue#1735@Github)
  • 【core 】 修复SpringUtil无法处理autowired问题(pr#388@Gitee)
  • 【core 】 修复AbsCollValueMap中常量拼写错误(pr#1736@Github)
  • 【core 】 修复FileUtil.del在文件只读情况下无法删除的问题(pr#389@Gitee)
  • 【core 】 修复FileUtil.move在不同分区下失败的问题(pr#390@Gitee)
  • 【core 】 修复FileUtil.copy强制覆盖参数无效问题
  • 【core 】 修复NumberChineseFormatter转换金额多零问题(issue#1739@Github)

5.7.6 (2021-07-28)

🐣新特性

  • 【core 】 增加FieldsComparator(pr#374@Gitee)
  • 【core 】 FileUtil.del采用Files.delete实现
  • 【core 】 改进Base64.isBase64方法增加等号判断(issue#1710@Github)

... (truncated)

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

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

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

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

dependabot Bot commented on behalf of github Aug 23, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #41.

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