chore(deps): bump hutoolVersion from 5.3.3 to 5.3.6
Created by: dependabot-preview[bot]
Bumps hutoolVersion
from 5.3.3 to 5.3.6.
Updates hutool-core
from 5.3.3 to 5.3.6
Changelog
Sourced from hutool-core's changelog.
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)
5.3.5 (2020-05-13)
新特性
... (truncated)
- 【core 】 增加CollUtil.map方法
- 【extra 】 增加Sftp.lsEntries方法,Ftp和Sftp增加recursiveDownloadFolder(pr#121@Gitee)
- 【system 】 OshiUtil增加getNetworkIFs方法
- 【core 】 CollUtil增加unionDistinct、unionAll方法(pr#122@Gitee)
- 【core 】 增加IoUtil.readObj重载,通过ValidateObjectInputStream由用户自定义安全检查。
- 【http 】 改造HttpRequest中文件上传部分,增加MultipartBody类
Commits
-
62e02e8
release 5.3.6 -
15a9d1c
update de -
4770107
fix I1IZ30 -
06fa24e
date parse support like 2020-1-1 -
640312c
fix sax for date bug -
5a99c64
add allAll for primitive -
32ece1b
remove concole -
b8f8a32
fix Validator -
e7bc77a
fix date -
7d97896
Merge pull request #897 from ysrotciv/v5-dev - Additional commits viewable in compare view
Updates hutool-crypto
from 5.3.3 to 5.3.6
Changelog
Sourced from hutool-crypto's changelog.
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)
5.3.5 (2020-05-13)
新特性
... (truncated)
- 【core 】 增加CollUtil.map方法
- 【extra 】 增加Sftp.lsEntries方法,Ftp和Sftp增加recursiveDownloadFolder(pr#121@Gitee)
- 【system 】 OshiUtil增加getNetworkIFs方法
- 【core 】 CollUtil增加unionDistinct、unionAll方法(pr#122@Gitee)
- 【core 】 增加IoUtil.readObj重载,通过ValidateObjectInputStream由用户自定义安全检查。
- 【http 】 改造HttpRequest中文件上传部分,增加MultipartBody类
Commits
-
62e02e8
release 5.3.6 -
15a9d1c
update de -
4770107
fix I1IZ30 -
06fa24e
date parse support like 2020-1-1 -
640312c
fix sax for date bug -
5a99c64
add allAll for primitive -
32ece1b
remove concole -
b8f8a32
fix Validator -
e7bc77a
fix date -
7d97896
Merge pull request #897 from ysrotciv/v5-dev - Additional commits viewable in compare view
Updates hutool-extra
from 5.3.3 to 5.3.6
Changelog
Sourced from hutool-extra's changelog.
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)
5.3.5 (2020-05-13)
新特性
... (truncated)
- 【core 】 增加CollUtil.map方法
- 【extra 】 增加Sftp.lsEntries方法,Ftp和Sftp增加recursiveDownloadFolder(pr#121@Gitee)
- 【system 】 OshiUtil增加getNetworkIFs方法
- 【core 】 CollUtil增加unionDistinct、unionAll方法(pr#122@Gitee)
- 【core 】 增加IoUtil.readObj重载,通过ValidateObjectInputStream由用户自定义安全检查。
- 【http 】 改造HttpRequest中文件上传部分,增加MultipartBody类
Commits
-
62e02e8
release 5.3.6 -
15a9d1c
update de -
4770107
fix I1IZ30 -
06fa24e
date parse support like 2020-1-1 -
640312c
fix sax for date bug -
5a99c64
add allAll for primitive -
32ece1b
remove concole -
b8f8a32
fix Validator -
e7bc77a
fix date -
7d97896
Merge pull request #897 from ysrotciv/v5-dev - Additional commits viewable in compare view
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)