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.6 #85

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from hutool-crypto's releases.

5.6.6 (2021-05-26)

🐣新特性

  • 【cron 】 增加时间轮简单实现
  • 【core 】 BeanUtil.copyToList增加重载(pr#321@Gitee)
  • 【core 】 SyncFinisher增加stop方法(issue#1578@Github)
  • 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee)
  • 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github)
  • 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee)
  • 【db 】 分页查询,自定义sql查询,添加参数(pr#332@Gitee)
  • 【core 】 IdCardUtil.isValidCard增加非空判断
  • 【json 】 JSONObject构造增加SortedMap判断(pr#333@Gitee)
  • 【core 】 Tuple增加部分方法(pr#333@Gitee)
  • 【log 】 增加LogTube支持
  • 【core 】 增加BitStatusUtil(pr#1600@Github)

🐞Bug修复

  • 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)
  • 【core 】 修复NumberUtil.decimalFormat参数传错的问题(issue#I3SDS3@Gitee)
  • 【json 】 修复JSONArray.put方法不能覆盖值的问题
  • 【poi 】 修复sax方式读取xls无法根据sheet名称获取数据(issue#I3S4NH@Gitee)
  • 【core 】 修复路径中多个~都被替换的问题(pr#1599@Github)
  • 【core 】 修复CRC16构造非public问题(issue#1601@Github)

5.6.5

Changelog

Sourced from hutool-crypto's changelog.

5.6.6 (2021-05-26)

🐣新特性

  • 【cron 】 增加时间轮简单实现
  • 【core 】 BeanUtil.copyToList增加重载(pr#321@Gitee)
  • 【core 】 SyncFinisher增加stop方法(issue#1578@Github)
  • 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee)
  • 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github)
  • 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee)
  • 【db 】 分页查询,自定义sql查询,添加参数(pr#332@Gitee)
  • 【core 】 IdCardUtil.isValidCard增加非空判断
  • 【json 】 JSONObject构造增加SortedMap判断(pr#333@Gitee)
  • 【core 】 Tuple增加部分方法(pr#333@Gitee)
  • 【log 】 增加LogTube支持
  • 【core 】 增加BitStatusUtil(pr#1600@Github)

🐞Bug修复

  • 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)
  • 【core 】 修复NumberUtil.decimalFormat参数传错的问题(issue#I3SDS3@Gitee)
  • 【json 】 修复JSONArray.put方法不能覆盖值的问题
  • 【poi 】 修复sax方式读取xls无法根据sheet名称获取数据(issue#I3S4NH@Gitee)
  • 【core 】 修复路径中多个~都被替换的问题(pr#1599@Github)
  • 【core 】 修复CRC16构造非public问题(issue#1601@Github)

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)

🐣新特性

... (truncated)

Commits

Updates hutool-captcha from 5.6.3 to 5.6.6

Release notes

Sourced from hutool-captcha's releases.

5.6.6 (2021-05-26)

🐣新特性

  • 【cron 】 增加时间轮简单实现
  • 【core 】 BeanUtil.copyToList增加重载(pr#321@Gitee)
  • 【core 】 SyncFinisher增加stop方法(issue#1578@Github)
  • 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee)
  • 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github)
  • 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee)
  • 【db 】 分页查询,自定义sql查询,添加参数(pr#332@Gitee)
  • 【core 】 IdCardUtil.isValidCard增加非空判断
  • 【json 】 JSONObject构造增加SortedMap判断(pr#333@Gitee)
  • 【core 】 Tuple增加部分方法(pr#333@Gitee)
  • 【log 】 增加LogTube支持
  • 【core 】 增加BitStatusUtil(pr#1600@Github)

🐞Bug修复

  • 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)
  • 【core 】 修复NumberUtil.decimalFormat参数传错的问题(issue#I3SDS3@Gitee)
  • 【json 】 修复JSONArray.put方法不能覆盖值的问题
  • 【poi 】 修复sax方式读取xls无法根据sheet名称获取数据(issue#I3S4NH@Gitee)
  • 【core 】 修复路径中多个~都被替换的问题(pr#1599@Github)
  • 【core 】 修复CRC16构造非public问题(issue#1601@Github)

5.6.5

Changelog

Sourced from hutool-captcha's changelog.

5.6.6 (2021-05-26)

🐣新特性

  • 【cron 】 增加时间轮简单实现
  • 【core 】 BeanUtil.copyToList增加重载(pr#321@Gitee)
  • 【core 】 SyncFinisher增加stop方法(issue#1578@Github)
  • 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee)
  • 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github)
  • 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee)
  • 【db 】 分页查询,自定义sql查询,添加参数(pr#332@Gitee)
  • 【core 】 IdCardUtil.isValidCard增加非空判断
  • 【json 】 JSONObject构造增加SortedMap判断(pr#333@Gitee)
  • 【core 】 Tuple增加部分方法(pr#333@Gitee)
  • 【log 】 增加LogTube支持
  • 【core 】 增加BitStatusUtil(pr#1600@Github)

🐞Bug修复

  • 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)
  • 【core 】 修复NumberUtil.decimalFormat参数传错的问题(issue#I3SDS3@Gitee)
  • 【json 】 修复JSONArray.put方法不能覆盖值的问题
  • 【poi 】 修复sax方式读取xls无法根据sheet名称获取数据(issue#I3S4NH@Gitee)
  • 【core 】 修复路径中多个~都被替换的问题(pr#1599@Github)
  • 【core 】 修复CRC16构造非public问题(issue#1601@Github)

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)

🐣新特性

... (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.6.3 to 5.6.6.

Updates `hutool-crypto` from 5.6.3 to 5.6.6
- [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.6)

Updates `hutool-captcha` from 5.6.3 to 5.6.6
- [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.6)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2021
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