Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump hutool.version from 5.6.3 to 5.6.5 #81

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps hutool.version from 5.6.3 to 5.6.5.
Updates hutool-crypto from 5.6.3 to 5.6.5

Release notes

Sourced from hutool-crypto's releases.

5.6.5

Changelog

Sourced from hutool-crypto's changelog.

5.6.5 (2021-05-08)

🐣新特性

  • 【http 】 HttpUtil增加closeCookie方法
  • 【core 】 NumberUtil增加方法decimalFormat重载(issue#I3OSA2@Gitee)
  • 【extra 】 Ftp的remoteVerificationEnabled改为false(issue#I3OSA2@Gitee)
  • 【core 】 MaskBit增加掩码反向转换的方法getMaskBit()(pr#1563@Github)
  • 【core 】 ReUtil等增加indexOf、delLast等方法(pr#1555@Github)
  • 【poi 】 ExcelWriter增加writeSecHeadRow,增加合并单元格边框颜色样式(pr#318@Gitee)

🐞Bug修复

  • 【core 】 修复createScheduledExecutor单位不是毫秒的问题(issue#I3OYIW@Gitee)
  • 【core 】 修复Tailer无stop问题(issue#I3PQLQ@Gitee)
  • 【core 】 修复空白excel读取报错问题(issue#1552@Github)
  • 【extra 】 修复Sftp.mkDirs报错问题(issue#1536@Github)
  • 【core 】 修复Bcrypt不支持$2y$盐前缀问题(pr#1560@Github)
  • 【system 】 修复isWindows8拼写问题(pr#1557@Github)
  • 【db 】 修复MongoDS默认分组参数失效问题(issue#1548@Github)
  • 【core 】 修复UrlPath编码的字符问题导致的URL编码异常(issue#1537@Github)

5.6.4 (2021-04-25)

🐣新特性

  • 【core 】 DatePattern补充DateTimeFormatter(pr#308@Gitee)
  • 【core 】 DateUtil.compare增加支持给定格式比较(pr#310@Gitee)
  • 【core 】 BeanUtil增加edit方法(issue#I3J6BG@Gitee)
  • 【db 】 Column中加入columnDef字段默认值(issue#I3J6BG@Gitee)
  • 【core 】 BeanUtil增加copyToList方法(issue#1526@Github)
  • 【extra 】 MailAccount增加customProperty可以用户自定义属性(pr#317@Gitee)
  • 【system 】 SystemUtil.getUserInfo()中所有平台路径统一末尾加/(issue#I3NM39@Gitee)
  • 【http 】 新增HttpDownloader,默认开启自动跳转(issue#I3NM39@Gitee)

🐞Bug修复

  • 【db 】 修复SQL分页时未使用别名导致的错误,同时count时取消order by子句(issue#I3IJ8X@Gitee)
  • 【extra 】 修复Sftp.reconnectIfTimeout方法判断错误(issue#1524@Github)
  • 【core 】 修复NumberChineseFormatter转数字问题(issue#I3IS3S@Gitee)

Commits

Updates hutool-captcha from 5.6.3 to 5.6.5

Release notes

Sourced from hutool-captcha's releases.

5.6.5

Changelog

Sourced from hutool-captcha's changelog.

5.6.5 (2021-05-08)

🐣新特性

  • 【http 】 HttpUtil增加closeCookie方法
  • 【core 】 NumberUtil增加方法decimalFormat重载(issue#I3OSA2@Gitee)
  • 【extra 】 Ftp的remoteVerificationEnabled改为false(issue#I3OSA2@Gitee)
  • 【core 】 MaskBit增加掩码反向转换的方法getMaskBit()(pr#1563@Github)
  • 【core 】 ReUtil等增加indexOf、delLast等方法(pr#1555@Github)
  • 【poi 】 ExcelWriter增加writeSecHeadRow,增加合并单元格边框颜色样式(pr#318@Gitee)

🐞Bug修复

  • 【core 】 修复createScheduledExecutor单位不是毫秒的问题(issue#I3OYIW@Gitee)
  • 【core 】 修复Tailer无stop问题(issue#I3PQLQ@Gitee)
  • 【core 】 修复空白excel读取报错问题(issue#1552@Github)
  • 【extra 】 修复Sftp.mkDirs报错问题(issue#1536@Github)
  • 【core 】 修复Bcrypt不支持$2y$盐前缀问题(pr#1560@Github)
  • 【system 】 修复isWindows8拼写问题(pr#1557@Github)
  • 【db 】 修复MongoDS默认分组参数失效问题(issue#1548@Github)
  • 【core 】 修复UrlPath编码的字符问题导致的URL编码异常(issue#1537@Github)

5.6.4 (2021-04-25)

🐣新特性

  • 【core 】 DatePattern补充DateTimeFormatter(pr#308@Gitee)
  • 【core 】 DateUtil.compare增加支持给定格式比较(pr#310@Gitee)
  • 【core 】 BeanUtil增加edit方法(issue#I3J6BG@Gitee)
  • 【db 】 Column中加入columnDef字段默认值(issue#I3J6BG@Gitee)
  • 【core 】 BeanUtil增加copyToList方法(issue#1526@Github)
  • 【extra 】 MailAccount增加customProperty可以用户自定义属性(pr#317@Gitee)
  • 【system 】 SystemUtil.getUserInfo()中所有平台路径统一末尾加/(issue#I3NM39@Gitee)
  • 【http 】 新增HttpDownloader,默认开启自动跳转(issue#I3NM39@Gitee)

🐞Bug修复

  • 【db 】 修复SQL分页时未使用别名导致的错误,同时count时取消order by子句(issue#I3IJ8X@Gitee)
  • 【extra 】 修复Sftp.reconnectIfTimeout方法判断错误(issue#1524@Github)
  • 【core 】 修复NumberChineseFormatter转数字问题(issue#I3IS3S@Gitee)

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.6.3 to 5.6.5.

Updates `hutool-crypto` from 5.6.3 to 5.6.5
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.6.3...5.6.5)

Updates `hutool-captcha` from 5.6.3 to 5.6.5
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.6.3...5.6.5)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2021

Superseded by #85.

@dependabot dependabot bot closed this May 27, 2021
@dependabot dependabot bot deleted the dependabot/maven/develop/hutool.version-5.6.5 branch May 27, 2021 05:24
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