Skip to content

chore(deps): bump hutoolVersion from 5.2.3 to 5.3.2

Ryan Wang请求将dependabot/gradle/hutoolVersion-5.3.2合并到master

Created by: dependabot-preview[bot]

Bumps hutoolVersion from 5.2.3 to 5.3.2. Updates hutool-core from 5.2.3 to 5.3.2

Release notes

Sourced from hutool-core's releases.

5.3.2

5.3.1

5.3.0

5.2.5

5.2.4

Changelog

Sourced from hutool-core's changelog.

5.3.2 (2020-04-23)

新特性

  • 【core 】 增加NetUtil.isOpen方法
  • 【core 】 增加ThreadUtil.sleep和safeSleep的重载
  • 【core 】 Sftp类增加toString方法(issue#I1F2T4@Gitee)
  • 【core 】 修改FileUtil.size逻辑,不存在的文件返回0
  • 【extra 】 Sftp.ls遇到文件不存在返回空集合,而非抛异常(issue#844@Github)
  • 【http 】 改进HttpRequest.toString()格式,添加url

Bug修复

  • 【db 】 修复PageResult.isLast计算问题
  • 【cron 】 修复更改系统时间后CronTimer被阻塞的问题(issue#838@Github)
  • 【db 】 修复Page.addOrder无效问题(issue#I1F9MZ@Gitee)
  • 【json 】 修复JSONConvert转换日期空指针问题(issue#I1F8M2@Gitee)
  • 【core 】 修复XML中带注释Xpath解析导致空指针问题(issue#I1F2WI@Gitee)
  • 【core 】 修复FileUtil.rename原文件无扩展名多点的问题(issue#839@Github)
  • 【db 】 修复DbUtil.close可能存在的空指针问题(issue#847@Github)

5.3.1 (2020-04-17)

新特性

  • 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
  • 【poi 】 调整别名策略,clearHeaderAlias和addHeaderAlias同时清除aliasComparator(issue#828@Github)
  • 【core 】 修改StrUtil.equals逻辑,改为contentEquals
  • 【core 】 增加URLUtil.UrlDecoder
  • 【core 】 增加XmlUtil.setNamespaceAware,getByPath支持UniversalNamespaceCache
  • 【aop 】 增加Spring-cglib支持,改为SPI实现
  • 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
  • 【core 】 RandomUtil.randomNumber改为返回char
  • 【crypto 】 SM2支持设置Digest和DSAEncoding(issue#829@Github)

Bug修复

  • 【json 】 修复解析JSON字符串时配置无法传递问题(issue#I1EIDN@Gitee)
  • 【core 】 修复ServletUtil.readCookieMap空指针问题(issue#827@Github)
  • 【crypto 】 修复SM2中检查密钥导致的问题(issue#I1EC47@Gitee)
  • 【core 】 修复TableMap.isEmpty判断问题
  • 【http 】 修复编码后的URL传入导致二次编码的问题(issue#I1EIMN@Gitee)

5.3.0 (2020-04-07)

新特性

  • 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
  • 【core 】 StrUtil增加subBetweenAll方法,Console增加where和lineNumber方法(issue#812@Github)
  • 【core 】 TableMap增加getKeys和getValues方法
  • 【json 】 JSONObject和JSONArray增加set方法,标识put弃用
  • 【http 】 增加SimpleHttpServer
... (truncated)
Commits

Updates hutool-crypto from 5.2.3 to 5.3.2

Release notes

Sourced from hutool-crypto's releases.

5.3.2

5.3.1

5.3.0

5.2.5

5.2.4

Changelog

Sourced from hutool-crypto's changelog.

5.3.2 (2020-04-23)

新特性

  • 【core 】 增加NetUtil.isOpen方法
  • 【core 】 增加ThreadUtil.sleep和safeSleep的重载
  • 【core 】 Sftp类增加toString方法(issue#I1F2T4@Gitee)
  • 【core 】 修改FileUtil.size逻辑,不存在的文件返回0
  • 【extra 】 Sftp.ls遇到文件不存在返回空集合,而非抛异常(issue#844@Github)
  • 【http 】 改进HttpRequest.toString()格式,添加url

Bug修复

  • 【db 】 修复PageResult.isLast计算问题
  • 【cron 】 修复更改系统时间后CronTimer被阻塞的问题(issue#838@Github)
  • 【db 】 修复Page.addOrder无效问题(issue#I1F9MZ@Gitee)
  • 【json 】 修复JSONConvert转换日期空指针问题(issue#I1F8M2@Gitee)
  • 【core 】 修复XML中带注释Xpath解析导致空指针问题(issue#I1F2WI@Gitee)
  • 【core 】 修复FileUtil.rename原文件无扩展名多点的问题(issue#839@Github)
  • 【db 】 修复DbUtil.close可能存在的空指针问题(issue#847@Github)

5.3.1 (2020-04-17)

新特性

  • 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
  • 【poi 】 调整别名策略,clearHeaderAlias和addHeaderAlias同时清除aliasComparator(issue#828@Github)
  • 【core 】 修改StrUtil.equals逻辑,改为contentEquals
  • 【core 】 增加URLUtil.UrlDecoder
  • 【core 】 增加XmlUtil.setNamespaceAware,getByPath支持UniversalNamespaceCache
  • 【aop 】 增加Spring-cglib支持,改为SPI实现
  • 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
  • 【core 】 RandomUtil.randomNumber改为返回char
  • 【crypto 】 SM2支持设置Digest和DSAEncoding(issue#829@Github)

Bug修复

  • 【json 】 修复解析JSON字符串时配置无法传递问题(issue#I1EIDN@Gitee)
  • 【core 】 修复ServletUtil.readCookieMap空指针问题(issue#827@Github)
  • 【crypto 】 修复SM2中检查密钥导致的问题(issue#I1EC47@Gitee)
  • 【core 】 修复TableMap.isEmpty判断问题
  • 【http 】 修复编码后的URL传入导致二次编码的问题(issue#I1EIMN@Gitee)

5.3.0 (2020-04-07)

新特性

  • 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
  • 【core 】 StrUtil增加subBetweenAll方法,Console增加where和lineNumber方法(issue#812@Github)
  • 【core 】 TableMap增加getKeys和getValues方法
  • 【json 】 JSONObject和JSONArray增加set方法,标识put弃用
  • 【http 】 增加SimpleHttpServer
... (truncated)
Commits

Updates hutool-extra from 5.2.3 to 5.3.2

Release notes

Sourced from hutool-extra's releases.

5.3.2

5.3.1

5.3.0

5.2.5

5.2.4

Changelog

Sourced from hutool-extra's changelog.

5.3.2 (2020-04-23)

新特性

  • 【core 】 增加NetUtil.isOpen方法
  • 【core 】 增加ThreadUtil.sleep和safeSleep的重载
  • 【core 】 Sftp类增加toString方法(issue#I1F2T4@Gitee)
  • 【core 】 修改FileUtil.size逻辑,不存在的文件返回0
  • 【extra 】 Sftp.ls遇到文件不存在返回空集合,而非抛异常(issue#844@Github)
  • 【http 】 改进HttpRequest.toString()格式,添加url

Bug修复

  • 【db 】 修复PageResult.isLast计算问题
  • 【cron 】 修复更改系统时间后CronTimer被阻塞的问题(issue#838@Github)
  • 【db 】 修复Page.addOrder无效问题(issue#I1F9MZ@Gitee)
  • 【json 】 修复JSONConvert转换日期空指针问题(issue#I1F8M2@Gitee)
  • 【core 】 修复XML中带注释Xpath解析导致空指针问题(issue#I1F2WI@Gitee)
  • 【core 】 修复FileUtil.rename原文件无扩展名多点的问题(issue#839@Github)
  • 【db 】 修复DbUtil.close可能存在的空指针问题(issue#847@Github)

5.3.1 (2020-04-17)

新特性

  • 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
  • 【poi 】 调整别名策略,clearHeaderAlias和addHeaderAlias同时清除aliasComparator(issue#828@Github)
  • 【core 】 修改StrUtil.equals逻辑,改为contentEquals
  • 【core 】 增加URLUtil.UrlDecoder
  • 【core 】 增加XmlUtil.setNamespaceAware,getByPath支持UniversalNamespaceCache
  • 【aop 】 增加Spring-cglib支持,改为SPI实现
  • 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
  • 【core 】 RandomUtil.randomNumber改为返回char
  • 【crypto 】 SM2支持设置Digest和DSAEncoding(issue#829@Github)

Bug修复

  • 【json 】 修复解析JSON字符串时配置无法传递问题(issue#I1EIDN@Gitee)
  • 【core 】 修复ServletUtil.readCookieMap空指针问题(issue#827@Github)
  • 【crypto 】 修复SM2中检查密钥导致的问题(issue#I1EC47@Gitee)
  • 【core 】 修复TableMap.isEmpty判断问题
  • 【http 】 修复编码后的URL传入导致二次编码的问题(issue#I1EIMN@Gitee)

5.3.0 (2020-04-07)

新特性

  • 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
  • 【core 】 StrUtil增加subBetweenAll方法,Console增加where和lineNumber方法(issue#812@Github)
  • 【core 】 TableMap增加getKeys和getValues方法
  • 【json 】 JSONObject和JSONArray增加set方法,标识put弃用
  • 【http 】 增加SimpleHttpServer
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

合并请求报告