Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.9 - #41

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.9

🐣新特性

  • 【extra 】 FileUtil增加moveContent方法(issue#I45H30@Gitee)
  • 【extra 】 JschPool.getSession获取时检查是否连接状态(issue#I45N5I@Gitee)

🐞Bug修复

  • 【extra 】 修复TinyPinyinEngine空构造造成可能的误判问题
  • 【http 】 修复在gzip模式下Content-Length服务端设置异常导致的问题(issue#1766@Github)
  • 【db 】 修复PooledDataSource关闭逻辑错误问题

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

🐣新特性

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.9 (2021-08-16)

🐣新特性

  • 【extra 】 FileUtil增加moveContent方法(issue#I45H30@Gitee)
  • 【extra 】 JschPool.getSession获取时检查是否连接状态(issue#I45N5I@Gitee)

🐞Bug修复

  • 【extra 】 修复TinyPinyinEngine空构造造成可能的误判问题
  • 【http 】 修复在gzip模式下Content-Length服务端设置异常导致的问题(issue#1766@Github)
  • 【db 】 修复PooledDataSource关闭逻辑错误问题

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)

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.9

Release notes

Sourced from hutool-json's releases.

5.7.9

🐣新特性

  • 【extra 】 FileUtil增加moveContent方法(issue#I45H30@Gitee)
  • 【extra 】 JschPool.getSession获取时检查是否连接状态(issue#I45N5I@Gitee)

🐞Bug修复

  • 【extra 】 修复TinyPinyinEngine空构造造成可能的误判问题
  • 【http 】 修复在gzip模式下Content-Length服务端设置异常导致的问题(issue#1766@Github)
  • 【db 】 修复PooledDataSource关闭逻辑错误问题

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

🐣新特性

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.9 (2021-08-16)

🐣新特性

  • 【extra 】 FileUtil增加moveContent方法(issue#I45H30@Gitee)
  • 【extra 】 JschPool.getSession获取时检查是否连接状态(issue#I45N5I@Gitee)

🐞Bug修复

  • 【extra 】 修复TinyPinyinEngine空构造造成可能的误判问题
  • 【http 】 修复在gzip模式下Content-Length服务端设置异常导致的问题(issue#1766@Github)
  • 【db 】 修复PooledDataSource关闭逻辑错误问题

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)

... (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.9.

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

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

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

dependabot Bot commented on behalf of github Aug 30, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #43.

@dependabot dependabot Bot closed this Aug 30, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.9 branch August 30, 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