TaleLin / lin-cms-spring-boot

🔨 基于SpringBoot的CMS/DMS/管理系统开发框架
http://doc.cms.talelin.com/
MIT License
911 stars 256 forks source link

chore(deps): bump hutool-core from 5.4.7 to 5.5.0 #137

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps hutool-core from 5.4.7 to 5.5.0.

Release notes

Sourced from hutool-core's releases.

5.5.0

Changelog

Sourced from hutool-core's changelog.

5.5.0 (2020-11-14)

大版本特性

  • 【extra 】 增加jakarta.validation-api封装:ValidationUtil(pr#207@Gitee)
  • 【extra 】 增加表达式引擎封装:ExpressionUtil(pr#1203@Github)
  • 【extra 】 新增基于Apache-FtpServer封装:SimpleFtpServer
  • 【extra 】 新增基于Commons-Compress封装:CompressUtil

新特性

  • 【core 】 NumberUtil.parseInt等支持123,2.00这类数字(issue#I23ORQ@Gitee)
  • 【core 】 增加ArrayUtil.isSub、indexOfSub、lastIndexOfSub方法(issue#I23O1K@Gitee)
  • 【core 】 反射调用支持传递参数的值为null(pr#1205@Github)
  • 【core 】 HexUtil增加format方法(issue#I245NF@Gitee)
  • 【poi 】 ExcelWriter增加setCurrentRowToEnd方法(issue#I24A2R@Gitee)
  • 【core 】 ExcelWriter增加setCurrentRowToEnd方法(issue#I24A2R@Gitee)
  • 【core 】 增加enum转数字支持(issue#I24QZY@Gitee)
  • 【core 】 NumberUtil.toBigDecimal空白符转换为0(issue#I24MRP@Gitee)
  • 【core 】 CollUtil和IterUtil增加size方法(pr#208@Gitee)
  • 【poi 】 ExcelReader的read方法读取空单元格增加CellEditor处理(issue#1213@Github)

Bug修复

  • 【core 】 修复DateUtil.current使用System.nanoTime的问题(issue#1198@Github)
  • 【core 】 修复Excel03SaxReader判断日期出错问题(issue#I23M9H@Gitee)
  • 【core 】 修复ClassUtil.getTypeArgument方法在判断泛型时导致的问题(issue#1207@Github)
  • 【core 】 修复Ipv4Util分隔符问题(issue#I24A9I@Gitee)
  • 【core 】 修复Ipv4Util.longToIp的问题
  • 【poi 】 修复Excel07SaxReader读取公式的错误的问题(issue#I23VFL@Gitee)
  • 【http 】 修复HttpUtil.isHttp判断问题(pr#1208@Github)
  • 【http 】 修复Snowflake时间回拨导致ID重复的bug(issue#1206@Github)
  • 【core 】 修复StrUtil.lastIndexOf查找位于首位的字符串找不到的bug(issue#I24RSV@Gitee)
  • 【poi 】 修复BigExcelWriter的autoSizeColumnAll问题(pr#1221@Github)
  • 【core 】 修复StrUtil.subBetweenAll不支持相同字符的问题(pr#1217@Github)

Commits


Dependabot compatibility score

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)
dependabot[bot] commented 3 years ago

Superseded by #138.