Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.18 - #59

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 27, 2021

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from hutool-core's releases.

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@Gitee)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@Gitee)

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.18

Release notes

Sourced from hutool-json's releases.

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@Gitee)

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@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.18.

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

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

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

dependabot Bot commented on behalf of github Jan 10, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #62.

@dependabot dependabot Bot closed this Jan 10, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.18 branch January 10, 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