StarWishsama / Comet-Bot

☄ 支持多 IM 平台的机器人
MIT License
190 stars 20 forks source link

chore(deps): bump hutool from 5.8.12 to 5.8.16 #573

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hutool from 5.8.12 to 5.8.16. Updates cn.hutool:hutool-cron from 5.8.12 to 5.8.16

Release notes

Sourced from cn.hutool:hutool-cron's releases.

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)
  • 【core 】 build(pom): 添加 Automatic-Module-Name属性(pr#2926@Github)
  • 【core 】 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式(pr#2930@Github)
  • 【http 】 HttpRequest#body增加支持Resource重载(issue#2901@Github)
  • 【core 】 JavaSourceCompiler#compile增加自定义options重载(issue#I6IVZK@Gitee)

🐞Bug修复

  • 【db 】 修复识别JDBC驱动时重复问题(pr#940@Gitee)
  • 【core 】 修复法定年龄计算的BUG(pr#935@Gitee)
  • 【core 】 修复FileUtil.rename报NoSuchFileException问题(pr#2894@Github)
  • 【core 】 修复StrUtil.split切分长度为0时的bug(pr#944@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复Tailer文件内容跟随在调用stop后,文件依旧被占用问题(issue#I6GFD2@Gitee)
  • 【core 】 修复ReflectUtil.invokeRaw方法中参数类型转换动作未生效的问题(pr#2912@Github)
  • 【core 】 修复isXXX转换时的匹配问题(issue#I6H0XF@Gitee)
  • 【core 】 修复MutableObj.equals空指针问题
  • 【core 】 修复JavaSourceFileObject在编译错误时抛出IOException异常而非CompilerException问题(pr#2942@Github)
  • 【jwt 】 修复JWT自定义时间格式后的时间戳转换问题(issue#I6IS5B@Gitee)
Changelog

Sourced from cn.hutool:hutool-cron's changelog.

5.8.16 (2023-03-26)

🐣新特性

  • 【core 】 改进Calculator.conversion,兼容乘法符号省略写法(issue#2964@Github)
  • 【core 】 改进XmlUtil.xmlToBean,支持xml转bean时父节点忽略大小写
  • 【core 】 优化ArrayUtil的空判断(pr#2969@Github)
  • 【extra 】 优化SpringUtil在非Spring环境下的异常(issue#2835@Github)
  • 【core 】 StrUtil增加commonPrefix和commonSuffix方法(pr#3007@Github)
  • 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值(pr#3007@Github)
  • 【core 】 FileUtil增加readLines重载,支持filter(pr#3006@Github)
  • 【json 】 当用户选择ignoreError时,错误对象转JSON也忽略

🐞Bug修复

  • 【crypto】 修复NoSuchMethodError未捕获问题(issue#2966@Github)
  • 【poi 】 修复SXSSFWorkbook调用setComment时错位的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复BeanUtil.hasGetter没有跳过getClass方法的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复FileMagicNumber长度判断问题导致的越界异常(issue#I6MACI@Gitee)
  • 【core 】 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题(issue#2981@Github)
  • 【core 】 修复JSONUtil.toBean可能的空指针问题(issue#2987@Github)
  • 【core 】 修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题(issue#3011@Github)
  • 【core 】 修复WatchUtil createModify maxDepth传递后没有使用问题(issue#3005@Github)
  • 【core 】 修复NullComparator反转无效问题(pr#964@Gitee)
  • 【setting】 修复props.toBean 数组字段未赋值问题(issue#3008@Github)

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14 (2023-03-05)

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)

... (truncated)

Commits


Updates cn.hutool:hutool-crypto from 5.8.12 to 5.8.16

Release notes

Sourced from cn.hutool:hutool-crypto's releases.

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)
  • 【core 】 build(pom): 添加 Automatic-Module-Name属性(pr#2926@Github)
  • 【core 】 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式(pr#2930@Github)
  • 【http 】 HttpRequest#body增加支持Resource重载(issue#2901@Github)
  • 【core 】 JavaSourceCompiler#compile增加自定义options重载(issue#I6IVZK@Gitee)

🐞Bug修复

  • 【db 】 修复识别JDBC驱动时重复问题(pr#940@Gitee)
  • 【core 】 修复法定年龄计算的BUG(pr#935@Gitee)
  • 【core 】 修复FileUtil.rename报NoSuchFileException问题(pr#2894@Github)
  • 【core 】 修复StrUtil.split切分长度为0时的bug(pr#944@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复Tailer文件内容跟随在调用stop后,文件依旧被占用问题(issue#I6GFD2@Gitee)
  • 【core 】 修复ReflectUtil.invokeRaw方法中参数类型转换动作未生效的问题(pr#2912@Github)
  • 【core 】 修复isXXX转换时的匹配问题(issue#I6H0XF@Gitee)
  • 【core 】 修复MutableObj.equals空指针问题
  • 【core 】 修复JavaSourceFileObject在编译错误时抛出IOException异常而非CompilerException问题(pr#2942@Github)
  • 【jwt 】 修复JWT自定义时间格式后的时间戳转换问题(issue#I6IS5B@Gitee)
Changelog

Sourced from cn.hutool:hutool-crypto's changelog.

5.8.16 (2023-03-26)

🐣新特性

  • 【core 】 改进Calculator.conversion,兼容乘法符号省略写法(issue#2964@Github)
  • 【core 】 改进XmlUtil.xmlToBean,支持xml转bean时父节点忽略大小写
  • 【core 】 优化ArrayUtil的空判断(pr#2969@Github)
  • 【extra 】 优化SpringUtil在非Spring环境下的异常(issue#2835@Github)
  • 【core 】 StrUtil增加commonPrefix和commonSuffix方法(pr#3007@Github)
  • 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值(pr#3007@Github)
  • 【core 】 FileUtil增加readLines重载,支持filter(pr#3006@Github)
  • 【json 】 当用户选择ignoreError时,错误对象转JSON也忽略

🐞Bug修复

  • 【crypto】 修复NoSuchMethodError未捕获问题(issue#2966@Github)
  • 【poi 】 修复SXSSFWorkbook调用setComment时错位的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复BeanUtil.hasGetter没有跳过getClass方法的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复FileMagicNumber长度判断问题导致的越界异常(issue#I6MACI@Gitee)
  • 【core 】 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题(issue#2981@Github)
  • 【core 】 修复JSONUtil.toBean可能的空指针问题(issue#2987@Github)
  • 【core 】 修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题(issue#3011@Github)
  • 【core 】 修复WatchUtil createModify maxDepth传递后没有使用问题(issue#3005@Github)
  • 【core 】 修复NullComparator反转无效问题(pr#964@Gitee)
  • 【setting】 修复props.toBean 数组字段未赋值问题(issue#3008@Github)

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14 (2023-03-05)

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)

... (truncated)

Commits


Updates cn.hutool:hutool-http from 5.8.12 to 5.8.16

Release notes

Sourced from cn.hutool:hutool-http's releases.

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)
  • 【core 】 build(pom): 添加 Automatic-Module-Name属性(pr#2926@Github)
  • 【core 】 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式(pr#2930@Github)
  • 【http 】 HttpRequest#body增加支持Resource重载(issue#2901@Github)
  • 【core 】 JavaSourceCompiler#compile增加自定义options重载(issue#I6IVZK@Gitee)

🐞Bug修复

  • 【db 】 修复识别JDBC驱动时重复问题(pr#940@Gitee)
  • 【core 】 修复法定年龄计算的BUG(pr#935@Gitee)
  • 【core 】 修复FileUtil.rename报NoSuchFileException问题(pr#2894@Github)
  • 【core 】 修复StrUtil.split切分长度为0时的bug(pr#944@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复Tailer文件内容跟随在调用stop后,文件依旧被占用问题(issue#I6GFD2@Gitee)
  • 【core 】 修复ReflectUtil.invokeRaw方法中参数类型转换动作未生效的问题(pr#2912@Github)
  • 【core 】 修复isXXX转换时的匹配问题(issue#I6H0XF@Gitee)
  • 【core 】 修复MutableObj.equals空指针问题
  • 【core 】 修复JavaSourceFileObject在编译错误时抛出IOException异常而非CompilerException问题(pr#2942@Github)
  • 【jwt 】 修复JWT自定义时间格式后的时间戳转换问题(issue#I6IS5B@Gitee)
Changelog

Sourced from cn.hutool:hutool-http's changelog.

5.8.16 (2023-03-26)

🐣新特性

  • 【core 】 改进Calculator.conversion,兼容乘法符号省略写法(issue#2964@Github)
  • 【core 】 改进XmlUtil.xmlToBean,支持xml转bean时父节点忽略大小写
  • 【core 】 优化ArrayUtil的空判断(pr#2969@Github)
  • 【extra 】 优化SpringUtil在非Spring环境下的异常(issue#2835@Github)
  • 【core 】 StrUtil增加commonPrefix和commonSuffix方法(pr#3007@Github)
  • 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值(pr#3007@Github)
  • 【core 】 FileUtil增加readLines重载,支持filter(pr#3006@Github)
  • 【json 】 当用户选择ignoreError时,错误对象转JSON也忽略

🐞Bug修复

  • 【crypto】 修复NoSuchMethodError未捕获问题(issue#2966@Github)
  • 【poi 】 修复SXSSFWorkbook调用setComment时错位的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复BeanUtil.hasGetter没有跳过getClass方法的问题(issue#I6MBS5@Gitee)
  • 【core 】 修复FileMagicNumber长度判断问题导致的越界异常(issue#I6MACI@Gitee)
  • 【core 】 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题(issue#2981@Github)
  • 【core 】 修复JSONUtil.toBean可能的空指针问题(issue#2987@Github)
  • 【core 】 修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题(issue#3011@Github)
  • 【core 】 修复WatchUtil createModify maxDepth传递后没有使用问题(issue#3005@Github)
  • 【core 】 修复NullComparator反转无效问题(pr#964@Gitee)
  • 【setting】 修复props.toBean 数组字段未赋值问题(issue#3008@Github)

5.8.15 (2023-03-09)

🐣新特性

  • 【http 】 新增followRedirectsCookie配置,支持开启自动重定向携带cookie(pr#2961@Github)

🐞Bug修复

  • 【all 】 修复Automatic-Module-Name错误问题(issue#2952@Github)
  • 【core 】 修复NumberWithFormat导致转换Long异常问题(issue#I6L2LO@Gitee)

5.8.14 (2023-03-05)

🐣新特性

  • 【core 】 增加PathMover(issue#I666HB@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.moveContent会删除源目录的问题(issue#I666HB@Github)
  • 【http 】 修复HttpBase.body导致的空指针问题

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)

... (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)