Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.7.21 - #68

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.21
Closed

chore(deps): bump hutool.version from 5.7.3 to 5.7.21#68
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.7.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2022

Copy link
Copy Markdown
Contributor

Bumps hutool.version from 5.7.3 to 5.7.21.
Updates hutool-core from 5.7.3 to 5.7.21

Release notes

Sourced from hutool-core's releases.

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

  • 【core 】 修复ChineseDate农历获取正月出现数组越界BUG(issue#2112@Github)
  • 【extra 】 修复EmojiUtil.toHtmlHex()方法(pr#519@Gitee)
  • 【system 】 修复CpuInfo.getUsed()方法(issue#2116@Github)
  • 【dfa 】 修复密集匹配和贪婪匹配冲突问题(issue#2126@Github)
  • 【db 】 修复c3p0丢失信息问题(issue#I4T7XZ@Gitee)
  • 【http 】 修复Action中HttpExchange没有关闭问题

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@Github)
  • 【core 】 修复OS中的拼写错误(pr#500@Gitee)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

  • 【core 】 修复ChineseDate农历获取正月出现数组越界BUG(issue#2112@Github)
  • 【extra 】 修复EmojiUtil.toHtmlHex()方法(pr#519@Gitee)
  • 【system 】 修复CpuInfo.getUsed()方法(issue#2116@Github)
  • 【dfa 】 修复密集匹配和贪婪匹配冲突问题(issue#2126@Github)
  • 【db 】 修复c3p0丢失信息问题(issue#I4T7XZ@Gitee)
  • 【http 】 修复Action中HttpExchange没有关闭问题

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@Github)

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.7.21

Release notes

Sourced from hutool-json's releases.

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

  • 【core 】 修复ChineseDate农历获取正月出现数组越界BUG(issue#2112@Github)
  • 【extra 】 修复EmojiUtil.toHtmlHex()方法(pr#519@Gitee)
  • 【system 】 修复CpuInfo.getUsed()方法(issue#2116@Github)
  • 【dfa 】 修复密集匹配和贪婪匹配冲突问题(issue#2126@Github)
  • 【db 】 修复c3p0丢失信息问题(issue#I4T7XZ@Gitee)
  • 【http 】 修复Action中HttpExchange没有关闭问题

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@Github)
  • 【core 】 修复OS中的拼写错误(pr#500@Gitee)

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.7.21 (2022-02-14)

🐣新特性

  • 【extra 】 增加jetbrick模板支持
  • 【extra 】 EmojiUtil增加方法(pr#519@Gitee)
  • 【core 】 DateUtil 添加两个日期是否同一周方法(pr#516@Gitee)
  • 【db 】 新增条件组,用于处理复杂的where条件(pr#514@Gitee)
  • 【core 】 新增LocalDateTimeUtil.weekOfYear(issue#I4RWXC@Gitee)
  • 【core 】 Month增加toJdkMonth、getValueBaseOne
  • 【core 】 CsvWriter修改规则,去除末尾多余换行符(issue#I4RSQY@Gitee)
  • 【core 】 DateUtil增加rangeFunc和rangeConsume(issue#I4RSQY@Gitee)
  • 【core 】 DateTime增加setUseJdkToStringStyle方法
  • 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
  • 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
  • 【core 】 新增通用builder类:GenericBuilder(pr#526@Gitee)
  • 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
  • 【core 】 新增MetroHash(pr#532@Gitee)
  • 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
  • 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
  • 【core 】 Resource增加isModified默认方法
  • 【core 】 增加VfsResource
  • 【json 】 JSONConfig增加setKeyComparator、setNatureKeyComparator方法,支持自定义排序(issue#I4RBZ4@Gitee)

🐞Bug修复

  • 【core 】 修复ChineseDate农历获取正月出现数组越界BUG(issue#2112@Github)
  • 【extra 】 修复EmojiUtil.toHtmlHex()方法(pr#519@Gitee)
  • 【system 】 修复CpuInfo.getUsed()方法(issue#2116@Github)
  • 【dfa 】 修复密集匹配和贪婪匹配冲突问题(issue#2126@Github)
  • 【db 】 修复c3p0丢失信息问题(issue#I4T7XZ@Gitee)
  • 【http 】 修复Action中HttpExchange没有关闭问题

5.7.20 (2022-01-20)

🐣新特性

  • 【core 】 增加对null值友好的groupingBy操作的Collector实现,可指定map类型(pr#498@Gitee)
  • 【core 】 增加KetamaHash(issue#2084@Github)
  • 【crypto 】 增加SignUtil
  • 【json 】 JSONGetter增加getBeanList方法
  • 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
  • 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
  • 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
  • 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
  • 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
  • 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
  • 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)

🐞Bug修复

  • 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
  • 【core 】 修复RegexPool汉字匹配范围小问题(pr#2081@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)

Bumps `hutool.version` from 5.7.3 to 5.7.21.

Updates `hutool-core` from 5.7.3 to 5.7.21
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.21)

Updates `hutool-json` from 5.7.3 to 5.7.21
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.7.21)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: cn.hutool:hutool-json
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 7, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #74.

@dependabot dependabot Bot closed this Mar 7, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.7.21 branch March 7, 2022 17:07
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