Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hutool.version from 4.0.0 to 5.0.4 #1

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2019

Bumps hutool.version from 4.0.0 to 5.0.4.

Updates hutool-core from 4.0.0 to 5.0.4

Release notes

Sourced from hutool-core's releases.

5.0.3

5.0.2

5.0.1

5.0.0

4.6.9

4.6.8

4.6.7

4.6.6

4.6.5

4.6.4

4.6.3

4.6.2

4.6.1

4.6.0

4.5.18

4.5.17

4.5.16

4.5.15

4.5.13

4.5.12

4.5.11

4.5.10

新特性

  • 【extra】 修改MailUtil中的逻辑,默认为非单例邮件客户端(issue#IWFRQ@Gitee)

Bug修复

  • 【http】 修复HttpUtil.toParams方法某些符号未转义问题(issue#356@Github)
  • 【captcha】 修复验证码被遮挡问题(issue#IWERW@Gitee)
  • 【poi】 修复readBySax重复问题(issue#IVKLQ@Gitee)
... (truncated)
Changelog

Sourced from hutool-core's changelog.

Changelog


4.6.9

新特性

  • 【all】 修复注释中的错别字(issue#I12XE6@Gitee)
  • 【core】 CsvWriter支持其它类型的参数(issue#I12XE3@Gitee)
  • 【core】 ClassScanner支持自定义ClassLoader
  • 【core】 修改错别字(pr#568@Github)
  • 【core】 增加DateUtil.parseCST方法(issue#570@Github)
  • 【core】 增加defaultIfEmpty方法
  • 【crypto】 修改bigIntToFixexLengthBytes为bigIntToFixedLengthBytes(pr#575@Github)
  • 【core】 RandomUtil增加randomStringWithoutStr(pr#76@Gitee)

Bug修复

  • 【all】 修复阶乘计算错误bug(issue#I12XE4@Gitee)
  • 【http】 修复disableCookie无效问题(issue#572@Github)
  • 【http】 修复HttpResponse.getCookies导致的问题(issue#572@Github)
  • 【cron】 修复年无效匹配错误问题(pr#578@Github)

4.6.8

新特性

  • 【core】 ArrayUtil.isEmpty可变长参数改为数组(issue#555@Github)
  • 【core】 新增Convert.toMap方法(issue#I12ISI@Gitee)
  • 【aop 】 增加返回值获取支持,优化逻辑和接口(pr#561@Github)
  • 【aop 】 改进HtmlUtil.removeHtmlAttr(issue#556@Github)
  • 【crypto】 增加SM3和SM4类

Bug修复

  • 【extra】 修复Mail中sslEnable无效问题(pr#74@Gitee)
  • 【extra】 修复CsvParser中最后一行双引号没有去除的问题(pr#73@Gitee)
  • 【crypto】 修复SM2算法在自定义密钥时无效问题(issue#I12P5I@Gitee)
  • 【core】 修复StopWatch.prettyPrint条件问题(issue#I12RAC@Gitee)
  • 【core】 修复StrBuilder.del无法删除最后一个字符的问题(issue#I12R14@Gitee)
  • 【poi】 修复sax方式读取复用行导致的问题(issue#I12O0U@Gitee)
  • 【core】 修复ClassUtil循环调用问题
  • 【core】 修复MapConvert转换Bean为Map类型没有转换成功问题

4.6.7

新特性

... (truncated)
Commits

Updates hutool-http from 4.0.0 to 5.0.4

Release notes

Sourced from hutool-http's releases.

5.0.3

5.0.2

5.0.1

5.0.0

4.6.9

4.6.8

4.6.7

4.6.6

4.6.5

4.6.4

4.6.3

4.6.2

4.6.1

4.6.0

4.5.18

4.5.17

4.5.16

4.5.15

4.5.13

4.5.12

4.5.11

4.5.10

新特性

  • 【extra】 修改MailUtil中的逻辑,默认为非单例邮件客户端(issue#IWFRQ@Gitee)

Bug修复

  • 【http】 修复HttpUtil.toParams方法某些符号未转义问题(issue#356@Github)
  • 【captcha】 修复验证码被遮挡问题(issue#IWERW@Gitee)
  • 【poi】 修复readBySax重复问题(issue#IVKLQ@Gitee)
... (truncated)
Changelog

Sourced from hutool-http's changelog.

Changelog


4.6.9

新特性

  • 【all】 修复注释中的错别字(issue#I12XE6@Gitee)
  • 【core】 CsvWriter支持其它类型的参数(issue#I12XE3@Gitee)
  • 【core】 ClassScanner支持自定义ClassLoader
  • 【core】 修改错别字(pr#568@Github)
  • 【core】 增加DateUtil.parseCST方法(issue#570@Github)
  • 【core】 增加defaultIfEmpty方法
  • 【crypto】 修改bigIntToFixexLengthBytes为bigIntToFixedLengthBytes(pr#575@Github)
  • 【core】 RandomUtil增加randomStringWithoutStr(pr#76@Gitee)

Bug修复

  • 【all】 修复阶乘计算错误bug(issue#I12XE4@Gitee)
  • 【http】 修复disableCookie无效问题(issue#572@Github)
  • 【http】 修复HttpResponse.getCookies导致的问题(issue#572@Github)
  • 【cron】 修复年无效匹配错误问题(pr#578@Github)

4.6.8

新特性

  • 【core】 ArrayUtil.isEmpty可变长参数改为数组(issue#555@Github)
  • 【core】 新增Convert.toMap方法(issue#I12ISI@Gitee)
  • 【aop 】 增加返回值获取支持,优化逻辑和接口(pr#561@Github)
  • 【aop 】 改进HtmlUtil.removeHtmlAttr(issue#556@Github)
  • 【crypto】 增加SM3和SM4类

Bug修复

  • 【extra】 修复Mail中sslEnable无效问题(pr#74@Gitee)
  • 【extra】 修复CsvParser中最后一行双引号没有去除的问题(pr#73@Gitee)
  • 【crypto】 修复SM2算法在自定义密钥时无效问题(issue#I12P5I@Gitee)
  • 【core】 修复StopWatch.prettyPrint条件问题(issue#I12RAC@Gitee)
  • 【core】 修复StrBuilder.del无法删除最后一个字符的问题(issue#I12R14@Gitee)
  • 【poi】 修复sax方式读取复用行导致的问题(issue#I12O0U@Gitee)
  • 【core】 修复ClassUtil循环调用问题
  • 【core】 修复MapConvert转换Bean为Map类型没有转换成功问题

4.6.7

新特性

... (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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `hutool.version` from 4.0.0 to 5.0.4.

Updates `hutool-core` from 4.0.0 to 5.0.4
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/looly/hutool/blob/v5-master/CHANGELOG-v4.md)
- [Commits](https://github.com/looly/hutool/commits)

Updates `hutool-http` from 4.0.0 to 5.0.4
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/looly/hutool/blob/v5-master/CHANGELOG-v4.md)
- [Commits](https://github.com/looly/hutool/commits)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2022

Superseded by #10.

@dependabot dependabot bot closed this Dec 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/hutool.version-5.0.4 branch December 16, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants