Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.11 - #44

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2021

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.11 (2021-08-31)

🐣新特性

  • 【crypto 】 修改SymmetricCrypto初始化逻辑
  • 【core 】 FileTypeUtil增加对wps编辑的docx的识别(issue#I47JGH@Gitee)
  • 【core 】 Money修改构造,0表示读取所有分(issue#1796@Github)
  • 【json 】 增加JSONXMLParser和JSONXMLSerializer
  • 【json 】 XML支持自定义内容标签(issue#I47TV8@Gitee)

🐞Bug修复

  • 【cron 】 重要修复Scheduler启动默认线程池为null的bug(issue#I47PZW@Gitee)

5.7.10 (2021-08-26)

🐣新特性

  • 【core 】 增加NamingCase类
  • 【core 】 ListUtil增加page方法重载(pr#1761@Github)
  • 【crypto 】 增加ASN1Util
  • 【core 】 CsvConfig改为泛型形式
  • 【core 】 增加Partition
  • 【http 】 SoapClient.sendForResponse改为public(issue#I466NN@Gitee)
  • 【core 】 XmlUtil增加append重载(issue#I466Q0@Gitee)
  • 【poi 】 增加EscapeStrCellSetter(issue#I466ZZ@Gitee)
  • 【poi 】 ExcelBase增加renameSheet、cloneSheet(issue#I466ZZ@Gitee)
  • 【core 】 ListUtil增加splitAvg方法(pr#397@Gitee)
  • 【poi 】 Excel07SaxReader支持数字类型sheet名称、支持sheetName:名称前缀(issue#I46OMA@Gitee)
  • 【extra 】 Mail增加build方法(issue#I46LGE@Gitee)
  • 【core 】 XmlUtil增加beanToXml重载,支持忽略null
  • 【core 】 添加NullComparator、FuncComparator(issue#I471X7@Gitee)
  • 【core 】 LambdaUtil添加getFieldName(issue#I4750U@Gitee)
  • 【cron 】 Scheduler增加setThreadExecutor(issue#I47A6N@Gitee)
  • 【core 】 CharsetDetector增加detect重载,支持自定义缓存大小(issue#I478E5@Gitee)
  • 【core 】 增加PartitionIter(pr#402@Gitee)
  • 【all 】 增加异常爬栈开关(pr#403@Gitee)
  • 【core 】 优化Combination中C(n,n)的逻辑(pr#1792@Github)
  • 【core 】 Csv读写支持别名(issue#1791@Github)

🐞Bug修复

  • 【core 】 修复MapUtil.sort比较器不一致返回原map的问题(issue#I46AQJ@Gitee)
  • 【core 】 修复JSONSupport默认循环引用导致的问题(issue#1779@Github)
  • 【poi 】 修复ExcelUtil.readBySax资源没有释放问题(issue#1789@Github)

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关闭逻辑错误问题

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.11 (2021-08-31)

🐣新特性

  • 【crypto 】 修改SymmetricCrypto初始化逻辑
  • 【core 】 FileTypeUtil增加对wps编辑的docx的识别(issue#I47JGH@Gitee)
  • 【core 】 Money修改构造,0表示读取所有分(issue#1796@Github)
  • 【json 】 增加JSONXMLParser和JSONXMLSerializer
  • 【json 】 XML支持自定义内容标签(issue#I47TV8@Gitee)

🐞Bug修复

  • 【cron 】 重要修复Scheduler启动默认线程池为null的bug(issue#I47PZW@Gitee)

5.7.10 (2021-08-26)

🐣新特性

  • 【core 】 增加NamingCase类
  • 【core 】 ListUtil增加page方法重载(pr#1761@Github)
  • 【crypto 】 增加ASN1Util
  • 【core 】 CsvConfig改为泛型形式
  • 【core 】 增加Partition
  • 【http 】 SoapClient.sendForResponse改为public(issue#I466NN@Gitee)
  • 【core 】 XmlUtil增加append重载(issue#I466Q0@Gitee)
  • 【poi 】 增加EscapeStrCellSetter(issue#I466ZZ@Gitee)
  • 【poi 】 ExcelBase增加renameSheet、cloneSheet(issue#I466ZZ@Gitee)
  • 【core 】 ListUtil增加splitAvg方法(pr#397@Gitee)
  • 【poi 】 Excel07SaxReader支持数字类型sheet名称、支持sheetName:名称前缀(issue#I46OMA@Gitee)
  • 【extra 】 Mail增加build方法(issue#I46LGE@Gitee)
  • 【core 】 XmlUtil增加beanToXml重载,支持忽略null
  • 【core 】 添加NullComparator、FuncComparator(issue#I471X7@Gitee)
  • 【core 】 LambdaUtil添加getFieldName(issue#I4750U@Gitee)
  • 【cron 】 Scheduler增加setThreadExecutor(issue#I47A6N@Gitee)
  • 【core 】 CharsetDetector增加detect重载,支持自定义缓存大小(issue#I478E5@Gitee)
  • 【core 】 增加PartitionIter(pr#402@Gitee)
  • 【all 】 增加异常爬栈开关(pr#403@Gitee)
  • 【core 】 优化Combination中C(n,n)的逻辑(pr#1792@Github)
  • 【core 】 Csv读写支持别名(issue#1791@Github)

🐞Bug修复

  • 【core 】 修复MapUtil.sort比较器不一致返回原map的问题(issue#I46AQJ@Gitee)
  • 【core 】 修复JSONSupport默认循环引用导致的问题(issue#1779@Github)
  • 【poi 】 修复ExcelUtil.readBySax资源没有释放问题(issue#1789@Github)

5.7.9 (2021-08-16)

🐣新特性

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

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.11

Release notes

Sourced from hutool-json's releases.

5.7.11 (2021-08-31)

🐣新特性

  • 【crypto 】 修改SymmetricCrypto初始化逻辑
  • 【core 】 FileTypeUtil增加对wps编辑的docx的识别(issue#I47JGH@Gitee)
  • 【core 】 Money修改构造,0表示读取所有分(issue#1796@Github)
  • 【json 】 增加JSONXMLParser和JSONXMLSerializer
  • 【json 】 XML支持自定义内容标签(issue#I47TV8@Gitee)

🐞Bug修复

  • 【cron 】 重要修复Scheduler启动默认线程池为null的bug(issue#I47PZW@Gitee)

5.7.10 (2021-08-26)

🐣新特性

  • 【core 】 增加NamingCase类
  • 【core 】 ListUtil增加page方法重载(pr#1761@Github)
  • 【crypto 】 增加ASN1Util
  • 【core 】 CsvConfig改为泛型形式
  • 【core 】 增加Partition
  • 【http 】 SoapClient.sendForResponse改为public(issue#I466NN@Gitee)
  • 【core 】 XmlUtil增加append重载(issue#I466Q0@Gitee)
  • 【poi 】 增加EscapeStrCellSetter(issue#I466ZZ@Gitee)
  • 【poi 】 ExcelBase增加renameSheet、cloneSheet(issue#I466ZZ@Gitee)
  • 【core 】 ListUtil增加splitAvg方法(pr#397@Gitee)
  • 【poi 】 Excel07SaxReader支持数字类型sheet名称、支持sheetName:名称前缀(issue#I46OMA@Gitee)
  • 【extra 】 Mail增加build方法(issue#I46LGE@Gitee)
  • 【core 】 XmlUtil增加beanToXml重载,支持忽略null
  • 【core 】 添加NullComparator、FuncComparator(issue#I471X7@Gitee)
  • 【core 】 LambdaUtil添加getFieldName(issue#I4750U@Gitee)
  • 【cron 】 Scheduler增加setThreadExecutor(issue#I47A6N@Gitee)
  • 【core 】 CharsetDetector增加detect重载,支持自定义缓存大小(issue#I478E5@Gitee)
  • 【core 】 增加PartitionIter(pr#402@Gitee)
  • 【all 】 增加异常爬栈开关(pr#403@Gitee)
  • 【core 】 优化Combination中C(n,n)的逻辑(pr#1792@Github)
  • 【core 】 Csv读写支持别名(issue#1791@Github)

🐞Bug修复

  • 【core 】 修复MapUtil.sort比较器不一致返回原map的问题(issue#I46AQJ@Gitee)
  • 【core 】 修复JSONSupport默认循环引用导致的问题(issue#1779@Github)
  • 【poi 】 修复ExcelUtil.readBySax资源没有释放问题(issue#1789@Github)

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关闭逻辑错误问题

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.11 (2021-08-31)

🐣新特性

  • 【crypto 】 修改SymmetricCrypto初始化逻辑
  • 【core 】 FileTypeUtil增加对wps编辑的docx的识别(issue#I47JGH@Gitee)
  • 【core 】 Money修改构造,0表示读取所有分(issue#1796@Github)
  • 【json 】 增加JSONXMLParser和JSONXMLSerializer
  • 【json 】 XML支持自定义内容标签(issue#I47TV8@Gitee)

🐞Bug修复

  • 【cron 】 重要修复Scheduler启动默认线程池为null的bug(issue#I47PZW@Gitee)

5.7.10 (2021-08-26)

🐣新特性

  • 【core 】 增加NamingCase类
  • 【core 】 ListUtil增加page方法重载(pr#1761@Github)
  • 【crypto 】 增加ASN1Util
  • 【core 】 CsvConfig改为泛型形式
  • 【core 】 增加Partition
  • 【http 】 SoapClient.sendForResponse改为public(issue#I466NN@Gitee)
  • 【core 】 XmlUtil增加append重载(issue#I466Q0@Gitee)
  • 【poi 】 增加EscapeStrCellSetter(issue#I466ZZ@Gitee)
  • 【poi 】 ExcelBase增加renameSheet、cloneSheet(issue#I466ZZ@Gitee)
  • 【core 】 ListUtil增加splitAvg方法(pr#397@Gitee)
  • 【poi 】 Excel07SaxReader支持数字类型sheet名称、支持sheetName:名称前缀(issue#I46OMA@Gitee)
  • 【extra 】 Mail增加build方法(issue#I46LGE@Gitee)
  • 【core 】 XmlUtil增加beanToXml重载,支持忽略null
  • 【core 】 添加NullComparator、FuncComparator(issue#I471X7@Gitee)
  • 【core 】 LambdaUtil添加getFieldName(issue#I4750U@Gitee)
  • 【cron 】 Scheduler增加setThreadExecutor(issue#I47A6N@Gitee)
  • 【core 】 CharsetDetector增加detect重载,支持自定义缓存大小(issue#I478E5@Gitee)
  • 【core 】 增加PartitionIter(pr#402@Gitee)
  • 【all 】 增加异常爬栈开关(pr#403@Gitee)
  • 【core 】 优化Combination中C(n,n)的逻辑(pr#1792@Github)
  • 【core 】 Csv读写支持别名(issue#1791@Github)

🐞Bug修复

  • 【core 】 修复MapUtil.sort比较器不一致返回原map的问题(issue#I46AQJ@Gitee)
  • 【core 】 修复JSONSupport默认循环引用导致的问题(issue#1779@Github)
  • 【poi 】 修复ExcelUtil.readBySax资源没有释放问题(issue#1789@Github)

5.7.9 (2021-08-16)

🐣新特性

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

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

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

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

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

dependabot Bot commented on behalf of github Sep 13, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #45.

@dependabot dependabot Bot closed this Sep 13, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.11 branch September 13, 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