Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.8.4 - #90

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.8.4 (2022-06-27)

🐣新特性

  • 【extra 】 Sftp增加构造重载,支持超时(pr#653@Gitee)
  • 【core 】 BeanUtil增加isCommonFieldsEqual(pr#653@Gitee)
  • 【json 】 修改byte[]统一转换为数组形式(issue#2377@Github)
  • 【http 】 HttpResponse增加body方法,支持自定义返回内容(pr#655@Gitee)
  • 【core 】 修改ObjectUtil.isNull逻辑(issue#I5COJF@Gitee)
  • 【core 】 BlockPolicy增加线程池关闭后的逻辑(pr#660@Gitee)
  • 【core 】 Ipv4Util增加ipv4ToLong重载(pr#661@Gitee)
  • 【core 】 LocalDateTimeUtil.parse改为blank检查(issue#I5CZJ9@Gitee)
  • 【core 】 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map(issue#2362@Github)
  • 【core 】 localAddressList 添加重构方法(pr#665@Gitee)
  • 【cron 】 从配置文件加载任务时,自定义ID避免重复从配置文件加载(issue#I5E7BM@Gitee)
  • 【core 】 新增注解扫描器和合成注解(pr#654@Gitee)

🐞Bug修复

  • 【extra 】 修复createExtractor中抛出异常后流未关闭问题(pr#2384@Github)
  • 【core 】 修复CsvData.getHeader没有判空导致空指针问题(issue#I5CK7Q@Gitee)
  • 【core 】 修复单字母转换为数字的问题(issue#I5C4K1@Gitee)
  • 【core 】 修复IterUtil.filter无效问题
  • 【core 】 修复NumberUtil传入null,返回了true(issue#I5DTSL@Gitee)
  • 【core 】 修复NumberUtil.isDouble问题(pr#2400@Github)
  • 【core 】 修复ZipUtil使用append替换文件时,父目录存在报错问题(issue#I5DRU0@Gitee)

5.8.3 (2022-06-10)

🐣新特性

  • 【extra 】 mail增加writeTimeout参数支持(issue#2355@Github)
  • 【core 】 FileTypeUtil增加pptx扩展名支持(issue#I5A0GO@Gitee)
  • 【core 】 IterUtil.get增加判空(issue#I5B12A@Gitee)
  • 【core 】 FileTypeUtil增加webp类型判断(issue#I5BGTF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.isXXX空判断错误(issue#2356@Github)
  • 【core 】 修复Convert.toSBC空指针问题(issue#I5APKK@Gitee)
  • 【json 】 修复Bean中存在bytes,无法转换问题(issue#2365@Github)
  • 【core 】 ArrayUtil.setOrAppend()传入空数组时,抛出异常(issue#I5APJE@Gitee)
  • 【extra 】 JschSessionPool修复空指针检查问题(issue#I5BK4D@Gitee)
  • 【core 】 修复使用ValueProvider中setFieldMapping无效问题(issue#I5B4R7@Gitee)
  • 【json 】 修复byte[]作为JSONArray构造问题(issue#2369@Github)

5.8.2 (2022-05-27)

🐣新特性

  • 【core 】 BeanUtil拷贝对象增加空检查(issue#I58CJ3@Gitee)
  • 【db 】 Column#size改为long
  • 【core 】 ClassUtil增加isInterface等方法(pr#623@Gitee)
  • 【socket 】 增加ChannelUtil

🐞Bug修复

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.4 (2022-06-27)

🐣新特性

  • 【extra 】 Sftp增加构造重载,支持超时(pr#653@Gitee)
  • 【core 】 BeanUtil增加isCommonFieldsEqual(pr#653@Gitee)
  • 【json 】 修改byte[]统一转换为数组形式(issue#2377@Github)
  • 【http 】 HttpResponse增加body方法,支持自定义返回内容(pr#655@Gitee)
  • 【core 】 修改ObjectUtil.isNull逻辑(issue#I5COJF@Gitee)
  • 【core 】 BlockPolicy增加线程池关闭后的逻辑(pr#660@Gitee)
  • 【core 】 Ipv4Util增加ipv4ToLong重载(pr#661@Gitee)
  • 【core 】 LocalDateTimeUtil.parse改为blank检查(issue#I5CZJ9@Gitee)
  • 【core 】 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map(issue#2362@Github)
  • 【core 】 localAddressList 添加重构方法(pr#665@Gitee)
  • 【cron 】 从配置文件加载任务时,自定义ID避免重复从配置文件加载(issue#I5E7BM@Gitee)
  • 【core 】 新增注解扫描器和合成注解(pr#654@Gitee)

🐞Bug修复

  • 【extra 】 修复createExtractor中抛出异常后流未关闭问题(pr#2384@Github)
  • 【core 】 修复CsvData.getHeader没有判空导致空指针问题(issue#I5CK7Q@Gitee)
  • 【core 】 修复单字母转换为数字的问题(issue#I5C4K1@Gitee)
  • 【core 】 修复IterUtil.filter无效问题
  • 【core 】 修复NumberUtil传入null,返回了true(issue#I5DTSL@Gitee)
  • 【core 】 修复NumberUtil.isDouble问题(pr#2400@Github)
  • 【core 】 修复ZipUtil使用append替换文件时,父目录存在报错问题(issue#I5DRU0@Gitee)

5.8.3 (2022-06-10)

🐣新特性

  • 【extra 】 mail增加writeTimeout参数支持(issue#2355@Github)
  • 【core 】 FileTypeUtil增加pptx扩展名支持(issue#I5A0GO@Gitee)
  • 【core 】 IterUtil.get增加判空(issue#I5B12A@Gitee)
  • 【core 】 FileTypeUtil增加webp类型判断(issue#I5BGTF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.isXXX空判断错误(issue#2356@Github)
  • 【core 】 修复Convert.toSBC空指针问题(issue#I5APKK@Gitee)
  • 【json 】 修复Bean中存在bytes,无法转换问题(issue#2365@Github)
  • 【core 】 ArrayUtil.setOrAppend()传入空数组时,抛出异常(issue#I5APJE@Gitee)
  • 【extra 】 JschSessionPool修复空指针检查问题(issue#I5BK4D@Gitee)
  • 【core 】 修复使用ValueProvider中setFieldMapping无效问题(issue#I5B4R7@Gitee)
  • 【json 】 修复byte[]作为JSONArray构造问题(issue#2369@Github)

5.8.2 (2022-05-27)

🐣新特性

  • 【core 】 BeanUtil拷贝对象增加空检查(issue#I58CJ3@Gitee)
  • 【db 】 Column#size改为long

... (truncated)

Commits
  • fc091b0 fix test
  • 6d85091 fix comment
  • d8047b0 🐔release 5.8.4
  • ac11df0 fix bug
  • a6d4e96 新增注解扫描器和合成注解
  • 4450327 !654 新增注解扫描器和合成注解
  • cbb3592 从配置文件加载任务时,自定义ID避免重复从配置文件加载
  • 8032f82 localAddressList 添加重构方法
  • 1be5c84 !665 localAddressList 添加重构方法
  • 55d9bb8 localAddressList 添加重构方法
  • Additional commits viewable in compare view

Updates hutool-json from 5.7.3 to 5.8.4

Release notes

Sourced from hutool-json's releases.

5.8.4 (2022-06-27)

🐣新特性

  • 【extra 】 Sftp增加构造重载,支持超时(pr#653@Gitee)
  • 【core 】 BeanUtil增加isCommonFieldsEqual(pr#653@Gitee)
  • 【json 】 修改byte[]统一转换为数组形式(issue#2377@Github)
  • 【http 】 HttpResponse增加body方法,支持自定义返回内容(pr#655@Gitee)
  • 【core 】 修改ObjectUtil.isNull逻辑(issue#I5COJF@Gitee)
  • 【core 】 BlockPolicy增加线程池关闭后的逻辑(pr#660@Gitee)
  • 【core 】 Ipv4Util增加ipv4ToLong重载(pr#661@Gitee)
  • 【core 】 LocalDateTimeUtil.parse改为blank检查(issue#I5CZJ9@Gitee)
  • 【core 】 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map(issue#2362@Github)
  • 【core 】 localAddressList 添加重构方法(pr#665@Gitee)
  • 【cron 】 从配置文件加载任务时,自定义ID避免重复从配置文件加载(issue#I5E7BM@Gitee)
  • 【core 】 新增注解扫描器和合成注解(pr#654@Gitee)

🐞Bug修复

  • 【extra 】 修复createExtractor中抛出异常后流未关闭问题(pr#2384@Github)
  • 【core 】 修复CsvData.getHeader没有判空导致空指针问题(issue#I5CK7Q@Gitee)
  • 【core 】 修复单字母转换为数字的问题(issue#I5C4K1@Gitee)
  • 【core 】 修复IterUtil.filter无效问题
  • 【core 】 修复NumberUtil传入null,返回了true(issue#I5DTSL@Gitee)
  • 【core 】 修复NumberUtil.isDouble问题(pr#2400@Github)
  • 【core 】 修复ZipUtil使用append替换文件时,父目录存在报错问题(issue#I5DRU0@Gitee)

5.8.3 (2022-06-10)

🐣新特性

  • 【extra 】 mail增加writeTimeout参数支持(issue#2355@Github)
  • 【core 】 FileTypeUtil增加pptx扩展名支持(issue#I5A0GO@Gitee)
  • 【core 】 IterUtil.get增加判空(issue#I5B12A@Gitee)
  • 【core 】 FileTypeUtil增加webp类型判断(issue#I5BGTF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.isXXX空判断错误(issue#2356@Github)
  • 【core 】 修复Convert.toSBC空指针问题(issue#I5APKK@Gitee)
  • 【json 】 修复Bean中存在bytes,无法转换问题(issue#2365@Github)
  • 【core 】 ArrayUtil.setOrAppend()传入空数组时,抛出异常(issue#I5APJE@Gitee)
  • 【extra 】 JschSessionPool修复空指针检查问题(issue#I5BK4D@Gitee)
  • 【core 】 修复使用ValueProvider中setFieldMapping无效问题(issue#I5B4R7@Gitee)
  • 【json 】 修复byte[]作为JSONArray构造问题(issue#2369@Github)

5.8.2 (2022-05-27)

🐣新特性

  • 【core 】 BeanUtil拷贝对象增加空检查(issue#I58CJ3@Gitee)
  • 【db 】 Column#size改为long
  • 【core 】 ClassUtil增加isInterface等方法(pr#623@Gitee)
  • 【socket 】 增加ChannelUtil

🐞Bug修复

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.8.4 (2022-06-27)

🐣新特性

  • 【extra 】 Sftp增加构造重载,支持超时(pr#653@Gitee)
  • 【core 】 BeanUtil增加isCommonFieldsEqual(pr#653@Gitee)
  • 【json 】 修改byte[]统一转换为数组形式(issue#2377@Github)
  • 【http 】 HttpResponse增加body方法,支持自定义返回内容(pr#655@Gitee)
  • 【core 】 修改ObjectUtil.isNull逻辑(issue#I5COJF@Gitee)
  • 【core 】 BlockPolicy增加线程池关闭后的逻辑(pr#660@Gitee)
  • 【core 】 Ipv4Util增加ipv4ToLong重载(pr#661@Gitee)
  • 【core 】 LocalDateTimeUtil.parse改为blank检查(issue#I5CZJ9@Gitee)
  • 【core 】 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map(issue#2362@Github)
  • 【core 】 localAddressList 添加重构方法(pr#665@Gitee)
  • 【cron 】 从配置文件加载任务时,自定义ID避免重复从配置文件加载(issue#I5E7BM@Gitee)
  • 【core 】 新增注解扫描器和合成注解(pr#654@Gitee)

🐞Bug修复

  • 【extra 】 修复createExtractor中抛出异常后流未关闭问题(pr#2384@Github)
  • 【core 】 修复CsvData.getHeader没有判空导致空指针问题(issue#I5CK7Q@Gitee)
  • 【core 】 修复单字母转换为数字的问题(issue#I5C4K1@Gitee)
  • 【core 】 修复IterUtil.filter无效问题
  • 【core 】 修复NumberUtil传入null,返回了true(issue#I5DTSL@Gitee)
  • 【core 】 修复NumberUtil.isDouble问题(pr#2400@Github)
  • 【core 】 修复ZipUtil使用append替换文件时,父目录存在报错问题(issue#I5DRU0@Gitee)

5.8.3 (2022-06-10)

🐣新特性

  • 【extra 】 mail增加writeTimeout参数支持(issue#2355@Github)
  • 【core 】 FileTypeUtil增加pptx扩展名支持(issue#I5A0GO@Gitee)
  • 【core 】 IterUtil.get增加判空(issue#I5B12A@Gitee)
  • 【core 】 FileTypeUtil增加webp类型判断(issue#I5BGTF@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtil.isXXX空判断错误(issue#2356@Github)
  • 【core 】 修复Convert.toSBC空指针问题(issue#I5APKK@Gitee)
  • 【json 】 修复Bean中存在bytes,无法转换问题(issue#2365@Github)
  • 【core 】 ArrayUtil.setOrAppend()传入空数组时,抛出异常(issue#I5APJE@Gitee)
  • 【extra 】 JschSessionPool修复空指针检查问题(issue#I5BK4D@Gitee)
  • 【core 】 修复使用ValueProvider中setFieldMapping无效问题(issue#I5B4R7@Gitee)
  • 【json 】 修复byte[]作为JSONArray构造问题(issue#2369@Github)

5.8.2 (2022-05-27)

🐣新特性

  • 【core 】 BeanUtil拷贝对象增加空检查(issue#I58CJ3@Gitee)
  • 【db 】 Column#size改为long

... (truncated)

Commits
  • fc091b0 fix test
  • 6d85091 fix comment
  • d8047b0 🐔release 5.8.4
  • ac11df0 fix bug
  • a6d4e96 新增注解扫描器和合成注解
  • 4450327 !654 新增注解扫描器和合成注解
  • cbb3592 从配置文件加载任务时,自定义ID避免重复从配置文件加载
  • 8032f82 localAddressList 添加重构方法
  • 1be5c84 !665 localAddressList 添加重构方法
  • 55d9bb8 localAddressList 添加重构方法
  • 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.4.

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

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

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

dependabot Bot commented on behalf of github Aug 1, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #95.

@dependabot dependabot Bot closed this Aug 1, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.8.4 branch August 1, 2022 17:14
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