Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.13 - #47

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee)
  • 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
  • 【core 】 修复IdcardUtil.isValidCard判断问题(issue#I4AJ8S@Gitee)

5.7.12 (2021-09-09)

🐣新特性

  • 【system 】 OshiUtil增加getCurrentProcess方法
  • 【extra 】 SpringUtil增加getApplicationName、publishEvent方法(issue#I485NZ@Gitee)
  • 【core 】 BeanUtil.getProperty增加判空(issue#I488HA@Gitee)
  • 【core 】 OptionalBean弃用(pr#1182@Github)
  • 【setting】 Setting、Props持有URL改为持有Resource(pr#1182@Github)
  • 【json 】 JSONUtil.toJsonStr增加重载,支持JSONConfig(issue#I48H5L@Gitee)
  • 【crypto 】 SymmetricCrypto增加setMode方法,update采用累加模式(pr#1642@Github)
  • 【core 】 ZipReader支持Filter
  • 【all 】 Sftp、Ftp、HttpDownloader增加download重载,支持避免传输文件损坏(pr#407@Gitee)
  • 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpec(issue#1814@Gitee)
  • 【crypto 】 增加FPE、ZUC(issue#1814@Gitee)

🐞Bug修复

  • 【core 】 修复ListUtil.split方法越界问题(issue#I48Q0P@Gitee)
  • 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题(issue#1815@Github)
  • 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题(issue#I48ZE3@Gitee)
  • 【core 】 修复ListUtil.split错误问题
  • 【core 】 修复NumberUtil.parseNumber长数字越界问题(issue#1818@Github)

5.7.11 (2021-08-31)

🐣新特性

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

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee)
  • 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
  • 【core 】 修复IdcardUtil.isValidCard判断问题(issue#I4AJ8S@Gitee)

5.7.12 (2021-09-09)

🐣新特性

  • 【system 】 OshiUtil增加getCurrentProcess方法
  • 【extra 】 SpringUtil增加getApplicationName、publishEvent方法(issue#I485NZ@Gitee)
  • 【core 】 BeanUtil.getProperty增加判空(issue#I488HA@Gitee)
  • 【core 】 OptionalBean弃用(pr#1182@Github)
  • 【setting】 Setting、Props持有URL改为持有Resource(pr#1182@Github)
  • 【json 】 JSONUtil.toJsonStr增加重载,支持JSONConfig(issue#I48H5L@Gitee)
  • 【crypto 】 SymmetricCrypto增加setMode方法,update采用累加模式(pr#1642@Github)
  • 【core 】 ZipReader支持Filter
  • 【all 】 Sftp、Ftp、HttpDownloader增加download重载,支持避免传输文件损坏(pr#407@Gitee)
  • 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpec(issue#1814@Gitee)
  • 【crypto 】 增加FPE、ZUC(issue#1814@Gitee)

🐞Bug修复

  • 【core 】 修复ListUtil.split方法越界问题(issue#I48Q0P@Gitee)
  • 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题(issue#1815@Github)
  • 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题(issue#I48ZE3@Gitee)
  • 【core 】 修复ListUtil.split错误问题
  • 【core 】 修复NumberUtil.parseNumber长数字越界问题(issue#1818@Github)

5.7.11 (2021-08-31)

🐣新特性

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.13

Release notes

Sourced from hutool-json's releases.

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee)
  • 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
  • 【core 】 修复IdcardUtil.isValidCard判断问题(issue#I4AJ8S@Gitee)

5.7.12 (2021-09-09)

🐣新特性

  • 【system 】 OshiUtil增加getCurrentProcess方法
  • 【extra 】 SpringUtil增加getApplicationName、publishEvent方法(issue#I485NZ@Gitee)
  • 【core 】 BeanUtil.getProperty增加判空(issue#I488HA@Gitee)
  • 【core 】 OptionalBean弃用(pr#1182@Github)
  • 【setting】 Setting、Props持有URL改为持有Resource(pr#1182@Github)
  • 【json 】 JSONUtil.toJsonStr增加重载,支持JSONConfig(issue#I48H5L@Gitee)
  • 【crypto 】 SymmetricCrypto增加setMode方法,update采用累加模式(pr#1642@Github)
  • 【core 】 ZipReader支持Filter
  • 【all 】 Sftp、Ftp、HttpDownloader增加download重载,支持避免传输文件损坏(pr#407@Gitee)
  • 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpec(issue#1814@Gitee)
  • 【crypto 】 增加FPE、ZUC(issue#1814@Gitee)

🐞Bug修复

  • 【core 】 修复ListUtil.split方法越界问题(issue#I48Q0P@Gitee)
  • 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题(issue#1815@Github)
  • 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题(issue#I48ZE3@Gitee)
  • 【core 】 修复ListUtil.split错误问题
  • 【core 】 修复NumberUtil.parseNumber长数字越界问题(issue#1818@Github)

5.7.11 (2021-08-31)

🐣新特性

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

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.13 (2021-09-17)

🐣新特性

  • 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
  • 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
  • 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
  • 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
  • 【core 】 UrlQuery.build增加重载,支持可选是否转义(issue#I4AIX1@Gitee)
  • 【core 】 ListUtil增加swapTo和swapElement方法(pr#416@Gitee)
  • 【poi 】 ExcelWriter支持Hyperlink(issue#I49QAL@Gitee)

🐞Bug修复

  • 【core 】 修复FuncKey函数无效问题
  • 【core 】 修复ImgUtil.copyImage读取网络URL后宽高报错问题(issue#1821@Github)
  • 【core 】 修复StrJoiner.append配置丢失问题(issue#I49K1L@Gitee)
  • 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee)
  • 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee)
  • 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee)
  • 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
  • 【core 】 修复IdcardUtil.isValidCard判断问题(issue#I4AJ8S@Gitee)

5.7.12 (2021-09-09)

🐣新特性

  • 【system 】 OshiUtil增加getCurrentProcess方法
  • 【extra 】 SpringUtil增加getApplicationName、publishEvent方法(issue#I485NZ@Gitee)
  • 【core 】 BeanUtil.getProperty增加判空(issue#I488HA@Gitee)
  • 【core 】 OptionalBean弃用(pr#1182@Github)
  • 【setting】 Setting、Props持有URL改为持有Resource(pr#1182@Github)
  • 【json 】 JSONUtil.toJsonStr增加重载,支持JSONConfig(issue#I48H5L@Gitee)
  • 【crypto 】 SymmetricCrypto增加setMode方法,update采用累加模式(pr#1642@Github)
  • 【core 】 ZipReader支持Filter
  • 【all 】 Sftp、Ftp、HttpDownloader增加download重载,支持避免传输文件损坏(pr#407@Gitee)
  • 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpec(issue#1814@Gitee)
  • 【crypto 】 增加FPE、ZUC(issue#1814@Gitee)

🐞Bug修复

  • 【core 】 修复ListUtil.split方法越界问题(issue#I48Q0P@Gitee)
  • 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题(issue#1815@Github)
  • 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题(issue#I48ZE3@Gitee)
  • 【core 】 修复ListUtil.split错误问题
  • 【core 】 修复NumberUtil.parseNumber长数字越界问题(issue#1818@Github)

5.7.11 (2021-08-31)

🐣新特性

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

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

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

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

dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #51.

@dependabot dependabot Bot closed this Oct 11, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.13 branch October 11, 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