Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.8.7#99

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

🐣新特性

  • 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
  • 【core 】 DateUtil.parseUTC支持只有时分的格式(issue#I5M6DP@Gitee)
  • 【core 】 NumberUtil.parseInt忽略科学计数法(issue#I5M55F@Gitee)
  • 【core 】 IterUtil.getFirst优化(pr#753@Gitee)
  • 【core 】 增加Tree add 类型校验(pr#2542@Github)
  • 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
  • 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
  • 【jwt 】 JWT补充部分算法(pr#2546@Github)
  • 【core 】 NumberUtil.roundStr() 修改为使用toPlainString(pr#775@Gitee)
  • 【extra 】 QrCodeUtil新增SVG格式、Ascii Art字符画格式(pr#763@Gitee)
  • 【jwt 】 JWTUtil的parseToken增加空值异常抛出(issue#I5OCQB@Gitee)
  • 【extra 】 resource.loader等过期参数替换(issue#2571@Github)
  • 【core 】 添加ObjectUtil的别名工具类ObjUtil
  • 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景(pr#2589@Github)
  • 【core 】 MapUtil增加根据entry分组(pr#2591@Github)
  • 【core 】 优化 getProcessorCount 潜在的获取不到的问题(pr#792@Gitee)
  • 【core 】 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式(pr#793@Gitee)

🐞Bug修复

  • 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
  • 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题(issue#2515@Github)
  • 【core 】 修复SecureUtil传入null的key抛出异常问题(pr#2521@Github)
  • 【core 】 修复UrlBuilder的toURI方法将url重复编码(issue#2503@Github)
  • 【core 】 修复CollUtil.lastIndexOf序号错误问题

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

🐣新特性

  • 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
  • 【core 】 DateUtil.parseUTC支持只有时分的格式(issue#I5M6DP@Gitee)
  • 【core 】 NumberUtil.parseInt忽略科学计数法(issue#I5M55F@Gitee)
  • 【core 】 IterUtil.getFirst优化(pr#753@Gitee)
  • 【core 】 增加Tree add 类型校验(pr#2542@Github)
  • 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
  • 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
  • 【jwt 】 JWT补充部分算法(pr#2546@Github)
  • 【core 】 NumberUtil.roundStr() 修改为使用toPlainString(pr#775@Gitee)
  • 【extra 】 QrCodeUtil新增SVG格式、Ascii Art字符画格式(pr#763@Gitee)
  • 【jwt 】 JWTUtil的parseToken增加空值异常抛出(issue#I5OCQB@Gitee)
  • 【extra 】 resource.loader等过期参数替换(issue#2571@Github)
  • 【core 】 添加ObjectUtil的别名工具类ObjUtil
  • 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景(pr#2589@Github)
  • 【core 】 MapUtil增加根据entry分组(pr#2591@Github)
  • 【core 】 优化 getProcessorCount 潜在的获取不到的问题(pr#792@Gitee)
  • 【core 】 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式(pr#793@Gitee)

🐞Bug修复

  • 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
  • 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题(issue#2515@Github)
  • 【core 】 修复SecureUtil传入null的key抛出异常问题(pr#2521@Github)

... (truncated)

Commits
  • e4c2478 release 5.8.7
  • b0739ee ignore test
  • 9b019e9 update denpendency
  • 773d483 fix test
  • 53204e5 修复Convert.chineseMoneyToNumber角分丢失问题
  • 874e334 修复DateUtil.parseUTC时对-的处理问题
  • 06fec10 增加SafeConcurrentHashMap
  • 920fe44 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 3fd1ebe fix comment
  • d1472f2 ImgUtil中颜色相关方法剥离到ColorUtil中
  • Additional commits viewable in compare view

Updates hutool-json from 5.7.3 to 5.8.7

Release notes

Sourced from hutool-json's releases.

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

🐣新特性

  • 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
  • 【core 】 DateUtil.parseUTC支持只有时分的格式(issue#I5M6DP@Gitee)
  • 【core 】 NumberUtil.parseInt忽略科学计数法(issue#I5M55F@Gitee)
  • 【core 】 IterUtil.getFirst优化(pr#753@Gitee)
  • 【core 】 增加Tree add 类型校验(pr#2542@Github)
  • 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
  • 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
  • 【jwt 】 JWT补充部分算法(pr#2546@Github)
  • 【core 】 NumberUtil.roundStr() 修改为使用toPlainString(pr#775@Gitee)
  • 【extra 】 QrCodeUtil新增SVG格式、Ascii Art字符画格式(pr#763@Gitee)
  • 【jwt 】 JWTUtil的parseToken增加空值异常抛出(issue#I5OCQB@Gitee)
  • 【extra 】 resource.loader等过期参数替换(issue#2571@Github)
  • 【core 】 添加ObjectUtil的别名工具类ObjUtil
  • 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景(pr#2589@Github)
  • 【core 】 MapUtil增加根据entry分组(pr#2591@Github)
  • 【core 】 优化 getProcessorCount 潜在的获取不到的问题(pr#792@Gitee)
  • 【core 】 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式(pr#793@Gitee)

🐞Bug修复

  • 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
  • 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题(issue#2515@Github)
  • 【core 】 修复SecureUtil传入null的key抛出异常问题(pr#2521@Github)
  • 【core 】 修复UrlBuilder的toURI方法将url重复编码(issue#2503@Github)
  • 【core 】 修复CollUtil.lastIndexOf序号错误问题

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

🐣新特性

  • 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
  • 【core 】 DateUtil.parseUTC支持只有时分的格式(issue#I5M6DP@Gitee)
  • 【core 】 NumberUtil.parseInt忽略科学计数法(issue#I5M55F@Gitee)
  • 【core 】 IterUtil.getFirst优化(pr#753@Gitee)
  • 【core 】 增加Tree add 类型校验(pr#2542@Github)
  • 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
  • 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
  • 【jwt 】 JWT补充部分算法(pr#2546@Github)
  • 【core 】 NumberUtil.roundStr() 修改为使用toPlainString(pr#775@Gitee)
  • 【extra 】 QrCodeUtil新增SVG格式、Ascii Art字符画格式(pr#763@Gitee)
  • 【jwt 】 JWTUtil的parseToken增加空值异常抛出(issue#I5OCQB@Gitee)
  • 【extra 】 resource.loader等过期参数替换(issue#2571@Github)
  • 【core 】 添加ObjectUtil的别名工具类ObjUtil
  • 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景(pr#2589@Github)
  • 【core 】 MapUtil增加根据entry分组(pr#2591@Github)
  • 【core 】 优化 getProcessorCount 潜在的获取不到的问题(pr#792@Gitee)
  • 【core 】 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式(pr#793@Gitee)

🐞Bug修复

  • 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
  • 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题(issue#2515@Github)
  • 【core 】 修复SecureUtil传入null的key抛出异常问题(pr#2521@Github)

... (truncated)

Commits
  • e4c2478 release 5.8.7
  • b0739ee ignore test
  • 9b019e9 update denpendency
  • 773d483 fix test
  • 53204e5 修复Convert.chineseMoneyToNumber角分丢失问题
  • 874e334 修复DateUtil.parseUTC时对-的处理问题
  • 06fec10 增加SafeConcurrentHashMap
  • 920fe44 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 3fd1ebe fix comment
  • d1472f2 ImgUtil中颜色相关方法剥离到ColorUtil中
  • Additional commits viewable in compare view

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

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

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

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: cn.hutool:hutool-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 26, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #100.

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