Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.8.6#98

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

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序号错误问题
  • 【core 】 修复zip被识别成jar和apk被识别成jar或zip的问题(pr#2548@Github)
  • 【core 】 修复UrlBuilder.addPath 方法传入非有效路径字符串时,会出现空指针异常的问题(issue#I5O4ML@Gitee)
  • 【core 】 修复FilterIter当参数filter为空时存在问题(issue#I5OG7U@Gitee)
  • 【poi 】 修复Excel读取提示信息错误(issue#I5OSFC@Gitee)
  • 【json 】 解决JSONObject#write无法递归的bug(issue#I5OMSC@Gitee)
  • 【json 】 修复DayOfWeek转json异常问题(issue#2572@Github)
  • 【extra 】 Ftp方法isDir和exist修复及改进(pr#2574@Github)
  • 【json 】 修复JSON反序列化时,引用字段类型的自定义JsonDeserializer无效(issue#2555@Github)

5.8.5 (2022-07-29)

❌不兼容特性

  • 【core 】 合成注解相关功能重构,增加@​Link及其子注解(pr#702@Gitee)

🐣新特性

  • 【core 】 NumberUtil新增isIn方法(pr#669@Gitee)
  • 【core 】 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能(pr#671@Gitee)
  • 【core 】 合成注解SyntheticAnnotation提取为接口,并为实现类添加注解选择器和属性处理器(pr#678@Gitee)
  • 【core 】 增加BeanValueProvider(issue#I5FBHV@Gitee)
  • 【core 】 Convert工具类中,新增中文大写数字金额转换为数字工具方法(pr#674@Gitee)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

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序号错误问题
  • 【core 】 修复zip被识别成jar和apk被识别成jar或zip的问题(pr#2548@Github)
  • 【core 】 修复UrlBuilder.addPath 方法传入非有效路径字符串时,会出现空指针异常的问题(issue#I5O4ML@Gitee)
  • 【core 】 修复FilterIter当参数filter为空时存在问题(issue#I5OG7U@Gitee)
  • 【poi 】 修复Excel读取提示信息错误(issue#I5OSFC@Gitee)
  • 【json 】 解决JSONObject#write无法递归的bug(issue#I5OMSC@Gitee)
  • 【json 】 修复DayOfWeek转json异常问题(issue#2572@Github)
  • 【extra 】 Ftp方法isDir和exist修复及改进(pr#2574@Github)
  • 【json 】 修复JSON反序列化时,引用字段类型的自定义JsonDeserializer无效(issue#2555@Github)

5.8.5 (2022-07-29)

❌不兼容特性

  • 【core 】 合成注解相关功能重构,增加@​Link及其子注解(pr#702@Gitee)

🐣新特性

  • 【core 】 NumberUtil新增isIn方法(pr#669@Gitee)
  • 【core 】 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能(pr#671@Gitee)
  • 【core 】 合成注解SyntheticAnnotation提取为接口,并为实现类添加注解选择器和属性处理器(pr#678@Gitee)

... (truncated)

Commits
  • 3fa9181 🐷release 5.8.6
  • 8a8f529 updatedependency
  • 8165bf9 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式
  • 366a0e5 !793 修复图片分割方法ImgUtil.sliceByRowsAndCols()导致分割后图片失真问题
  • 5de2894 优化图片分割失真问题
  • 5b2d205 fix bug
  • d141efe Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
  • ff8b9f4 fix code
  • 054f3fb fix code
  • d033b1e 优化 getProcessorCount 潜在的获取不到的问题
  • Additional commits viewable in compare view

Updates hutool-json from 5.7.3 to 5.8.6

Release notes

Sourced from hutool-json's releases.

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序号错误问题
  • 【core 】 修复zip被识别成jar和apk被识别成jar或zip的问题(pr#2548@Github)
  • 【core 】 修复UrlBuilder.addPath 方法传入非有效路径字符串时,会出现空指针异常的问题(issue#I5O4ML@Gitee)
  • 【core 】 修复FilterIter当参数filter为空时存在问题(issue#I5OG7U@Gitee)
  • 【poi 】 修复Excel读取提示信息错误(issue#I5OSFC@Gitee)
  • 【json 】 解决JSONObject#write无法递归的bug(issue#I5OMSC@Gitee)
  • 【json 】 修复DayOfWeek转json异常问题(issue#2572@Github)
  • 【extra 】 Ftp方法isDir和exist修复及改进(pr#2574@Github)
  • 【json 】 修复JSON反序列化时,引用字段类型的自定义JsonDeserializer无效(issue#2555@Github)

5.8.5 (2022-07-29)

❌不兼容特性

  • 【core 】 合成注解相关功能重构,增加@​Link及其子注解(pr#702@Gitee)

🐣新特性

  • 【core 】 NumberUtil新增isIn方法(pr#669@Gitee)
  • 【core 】 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能(pr#671@Gitee)
  • 【core 】 合成注解SyntheticAnnotation提取为接口,并为实现类添加注解选择器和属性处理器(pr#678@Gitee)
  • 【core 】 增加BeanValueProvider(issue#I5FBHV@Gitee)
  • 【core 】 Convert工具类中,新增中文大写数字金额转换为数字工具方法(pr#674@Gitee)

... (truncated)

Changelog

Sourced from hutool-json's changelog.

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序号错误问题
  • 【core 】 修复zip被识别成jar和apk被识别成jar或zip的问题(pr#2548@Github)
  • 【core 】 修复UrlBuilder.addPath 方法传入非有效路径字符串时,会出现空指针异常的问题(issue#I5O4ML@Gitee)
  • 【core 】 修复FilterIter当参数filter为空时存在问题(issue#I5OG7U@Gitee)
  • 【poi 】 修复Excel读取提示信息错误(issue#I5OSFC@Gitee)
  • 【json 】 解决JSONObject#write无法递归的bug(issue#I5OMSC@Gitee)
  • 【json 】 修复DayOfWeek转json异常问题(issue#2572@Github)
  • 【extra 】 Ftp方法isDir和exist修复及改进(pr#2574@Github)
  • 【json 】 修复JSON反序列化时,引用字段类型的自定义JsonDeserializer无效(issue#2555@Github)

5.8.5 (2022-07-29)

❌不兼容特性

  • 【core 】 合成注解相关功能重构,增加@​Link及其子注解(pr#702@Gitee)

🐣新特性

  • 【core 】 NumberUtil新增isIn方法(pr#669@Gitee)
  • 【core 】 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能(pr#671@Gitee)
  • 【core 】 合成注解SyntheticAnnotation提取为接口,并为实现类添加注解选择器和属性处理器(pr#678@Gitee)

... (truncated)

Commits
  • 3fa9181 🐷release 5.8.6
  • 8a8f529 updatedependency
  • 8165bf9 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式
  • 366a0e5 !793 修复图片分割方法ImgUtil.sliceByRowsAndCols()导致分割后图片失真问题
  • 5de2894 优化图片分割失真问题
  • 5b2d205 fix bug
  • d141efe Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
  • ff8b9f4 fix code
  • 054f3fb fix code
  • d033b1e 优化 getProcessorCount 潜在的获取不到的问题
  • 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.6.

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

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

---
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 5, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #99.

@dependabot dependabot Bot closed this Sep 19, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.8.6 branch September 19, 2022 17:08
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