Skip to content

chore(deps): bump hutoolVersion from 5.3.3 to 5.3.7

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

Created by: dependabot-preview[bot]

Bumps hutoolVersion from 5.3.3 to 5.3.7. Updates hutool-core from 5.3.3 to 5.3.7

Release notes

Sourced from hutool-core's releases.

5.3.7

5.3.6

5.3.5

5.3.4

Changelog

Sourced from hutool-core's changelog.

5.3.7 (2020-06-03)

新特性

  • 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回this(issue#I1J4YJ@Gitee)

Bug修复

  • 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
  • 【core 】 修复Img.pressImg大小无效问题(issue#I1HSWU@Gitee)
  • 【core 】 修复CronUtil.stop没有清除任务的问题(issue#I1JACI@Gitee)

5.3.6 (2020-05-30)

新特性

  • 【core 】 NumberConverter Long类型增加日期转换(pr#872@Github)
  • 【all 】 StrUtil and SymmetricCrypto注释修正(pr#873@Github)
  • 【core 】 CsvReader支持返回Bean(issue#869@Github)
  • 【core 】 Snowflake循环等待下一个时间时避免长时间循环,加入对时钟倒退的判断(pr#874@Github)
  • 【extra 】 新增 QRCode base64 编码形式返回(pr#878@Github)
  • 【core 】 ImgUtil增加toBase64DateUri,URLUtil增加getDataUri方法
  • 【core 】 IterUtil添加List转Map的工具方法(pr#123@Gitee)
  • 【core 】 BeanValuePovider转换失败时,返回原数据,而非null
  • 【core 】 支持BeanUtil.toBean(object, Map.class)转换(issue#I1I4HC@Gitee)
  • 【core 】 MapUtil和CollUtil增加clear方法(issue#I1I4HC@Gitee)
  • 【core 】 增加FontUtil,可定义pressText是否从中间(issue#I1HSWU@Gitee)
  • 【http 】 SoapClient支持自定义请求头(issue#I1I0AO@Gitee)
  • 【script 】 ScriptUtil增加evalInvocable和invoke方法(issue#I1HHCP@Gitee)
  • 【core 】 ImgUtil增加去除背景色的方法(pr#124@Gitee)
  • 【system 】 OshiUtil增加获取CPU使用率的方法(pr#124@Gitee)
  • 【crypto 】 AsymmetricAlgorithm去除EC(issue#887@Github)
  • 【cache 】 超时缓存使用的线程池大小默认为1(issue#890@Github)
  • 【poi 】 ExcelSaxReader支持handleCell方法
  • 【core 】 Snowflake容忍2秒内的时间回拨(issue#I1IGDX@Gitee)
  • 【core 】 StrUtil增加isAllNotEmpty、isAllNotBlank方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【http 】 HttpUtil增加downloadBytes方法(pr#895@Github)
  • 【core 】 isMactchRegex失效标记,增加isMatchRegex(issue#I1IPJG@Gitee)
  • 【core 】 优化Validator.isChinese
  • 【core 】 ArrayUtil.addAll增加原始类型支持(issue#898@Github)
  • 【core 】 DateUtil.parse支持2020-1-1这类日期解析(issue#I1HGWW@Github)

Bug修复

  • 【core 】 修复SimpleCache死锁问题(issue#I1HOKB@Gitee)
  • 【core 】 修复SemaphoreRunnable释放问题(issue#I1HLQQ@Gitee)
  • 【poi 】 修复Sax方式读取Excel行号错误问题(issue#882@Github)
  • 【poi 】 修复Sax方式读取Excel日期类型数据03和07不一致问题(issue#I1HL1C@Gitee)
  • 【poi 】 修复CamelCaseLinkedMap构造错误(issue#I1IZ30@Gitee)

... (truncated)
Commits

Updates hutool-crypto from 5.3.3 to 5.3.7

Release notes

Sourced from hutool-crypto's releases.

5.3.7

5.3.6

5.3.5

5.3.4

Changelog

Sourced from hutool-crypto's changelog.

5.3.7 (2020-06-03)

新特性

  • 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回this(issue#I1J4YJ@Gitee)

Bug修复

  • 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
  • 【core 】 修复Img.pressImg大小无效问题(issue#I1HSWU@Gitee)
  • 【core 】 修复CronUtil.stop没有清除任务的问题(issue#I1JACI@Gitee)

5.3.6 (2020-05-30)

新特性

  • 【core 】 NumberConverter Long类型增加日期转换(pr#872@Github)
  • 【all 】 StrUtil and SymmetricCrypto注释修正(pr#873@Github)
  • 【core 】 CsvReader支持返回Bean(issue#869@Github)
  • 【core 】 Snowflake循环等待下一个时间时避免长时间循环,加入对时钟倒退的判断(pr#874@Github)
  • 【extra 】 新增 QRCode base64 编码形式返回(pr#878@Github)
  • 【core 】 ImgUtil增加toBase64DateUri,URLUtil增加getDataUri方法
  • 【core 】 IterUtil添加List转Map的工具方法(pr#123@Gitee)
  • 【core 】 BeanValuePovider转换失败时,返回原数据,而非null
  • 【core 】 支持BeanUtil.toBean(object, Map.class)转换(issue#I1I4HC@Gitee)
  • 【core 】 MapUtil和CollUtil增加clear方法(issue#I1I4HC@Gitee)
  • 【core 】 增加FontUtil,可定义pressText是否从中间(issue#I1HSWU@Gitee)
  • 【http 】 SoapClient支持自定义请求头(issue#I1I0AO@Gitee)
  • 【script 】 ScriptUtil增加evalInvocable和invoke方法(issue#I1HHCP@Gitee)
  • 【core 】 ImgUtil增加去除背景色的方法(pr#124@Gitee)
  • 【system 】 OshiUtil增加获取CPU使用率的方法(pr#124@Gitee)
  • 【crypto 】 AsymmetricAlgorithm去除EC(issue#887@Github)
  • 【cache 】 超时缓存使用的线程池大小默认为1(issue#890@Github)
  • 【poi 】 ExcelSaxReader支持handleCell方法
  • 【core 】 Snowflake容忍2秒内的时间回拨(issue#I1IGDX@Gitee)
  • 【core 】 StrUtil增加isAllNotEmpty、isAllNotBlank方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【http 】 HttpUtil增加downloadBytes方法(pr#895@Github)
  • 【core 】 isMactchRegex失效标记,增加isMatchRegex(issue#I1IPJG@Gitee)
  • 【core 】 优化Validator.isChinese
  • 【core 】 ArrayUtil.addAll增加原始类型支持(issue#898@Github)
  • 【core 】 DateUtil.parse支持2020-1-1这类日期解析(issue#I1HGWW@Github)

Bug修复

  • 【core 】 修复SimpleCache死锁问题(issue#I1HOKB@Gitee)
  • 【core 】 修复SemaphoreRunnable释放问题(issue#I1HLQQ@Gitee)
  • 【poi 】 修复Sax方式读取Excel行号错误问题(issue#882@Github)
  • 【poi 】 修复Sax方式读取Excel日期类型数据03和07不一致问题(issue#I1HL1C@Gitee)
  • 【poi 】 修复CamelCaseLinkedMap构造错误(issue#I1IZ30@Gitee)

... (truncated)
Commits

Updates hutool-extra from 5.3.3 to 5.3.7

Release notes

Sourced from hutool-extra's releases.

5.3.7

5.3.6

5.3.5

5.3.4

Changelog

Sourced from hutool-extra's changelog.

5.3.7 (2020-06-03)

新特性

  • 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回this(issue#I1J4YJ@Gitee)

Bug修复

  • 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
  • 【core 】 修复Img.pressImg大小无效问题(issue#I1HSWU@Gitee)
  • 【core 】 修复CronUtil.stop没有清除任务的问题(issue#I1JACI@Gitee)

5.3.6 (2020-05-30)

新特性

  • 【core 】 NumberConverter Long类型增加日期转换(pr#872@Github)
  • 【all 】 StrUtil and SymmetricCrypto注释修正(pr#873@Github)
  • 【core 】 CsvReader支持返回Bean(issue#869@Github)
  • 【core 】 Snowflake循环等待下一个时间时避免长时间循环,加入对时钟倒退的判断(pr#874@Github)
  • 【extra 】 新增 QRCode base64 编码形式返回(pr#878@Github)
  • 【core 】 ImgUtil增加toBase64DateUri,URLUtil增加getDataUri方法
  • 【core 】 IterUtil添加List转Map的工具方法(pr#123@Gitee)
  • 【core 】 BeanValuePovider转换失败时,返回原数据,而非null
  • 【core 】 支持BeanUtil.toBean(object, Map.class)转换(issue#I1I4HC@Gitee)
  • 【core 】 MapUtil和CollUtil增加clear方法(issue#I1I4HC@Gitee)
  • 【core 】 增加FontUtil,可定义pressText是否从中间(issue#I1HSWU@Gitee)
  • 【http 】 SoapClient支持自定义请求头(issue#I1I0AO@Gitee)
  • 【script 】 ScriptUtil增加evalInvocable和invoke方法(issue#I1HHCP@Gitee)
  • 【core 】 ImgUtil增加去除背景色的方法(pr#124@Gitee)
  • 【system 】 OshiUtil增加获取CPU使用率的方法(pr#124@Gitee)
  • 【crypto 】 AsymmetricAlgorithm去除EC(issue#887@Github)
  • 【cache 】 超时缓存使用的线程池大小默认为1(issue#890@Github)
  • 【poi 】 ExcelSaxReader支持handleCell方法
  • 【core 】 Snowflake容忍2秒内的时间回拨(issue#I1IGDX@Gitee)
  • 【core 】 StrUtil增加isAllNotEmpty、isAllNotBlank方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【core 】 DateUtil增加dayOfYear方法(pr#895@Github)
  • 【http 】 HttpUtil增加downloadBytes方法(pr#895@Github)
  • 【core 】 isMactchRegex失效标记,增加isMatchRegex(issue#I1IPJG@Gitee)
  • 【core 】 优化Validator.isChinese
  • 【core 】 ArrayUtil.addAll增加原始类型支持(issue#898@Github)
  • 【core 】 DateUtil.parse支持2020-1-1这类日期解析(issue#I1HGWW@Github)

Bug修复

  • 【core 】 修复SimpleCache死锁问题(issue#I1HOKB@Gitee)
  • 【core 】 修复SemaphoreRunnable释放问题(issue#I1HLQQ@Gitee)
  • 【poi 】 修复Sax方式读取Excel行号错误问题(issue#882@Github)
  • 【poi 】 修复Sax方式读取Excel日期类型数据03和07不一致问题(issue#I1HL1C@Gitee)
  • 【poi 】 修复CamelCaseLinkedMap构造错误(issue#I1IZ30@Gitee)

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

合并请求报告