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

build(deps): bump hutool-v5 from 5.8.27 to 5.8.28 #722

Merged
merged 1 commit into from
May 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Powered by Pull Request Badge

Bumps hutool-v5 from 5.8.27 to 5.8.28.
Updates cn.hutool:hutool-bom from 5.8.27 to 5.8.28

Release notes

Sourced from cn.hutool:hutool-bom's releases.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)
Changelog

Sourced from cn.hutool:hutool-bom's changelog.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)

Commits
  • 3859291 🍼release 5.8.28
  • be39341 add test
  • 503df65 NumberUtil.pow支持负数
  • d58b2fc add test
  • dffac9d fix code
  • 2f1583a LocalDateTimeUtil增加beginOfDay和endOfDay重载
  • 1fc4148 CsvWriter增加重载writeBeans方法,支持可选bean字段
  • cba4a83 !1222 CsvWriter 重载 writeBeans 方法
  • e8a8c81 CsvWriter 重载一个 writeBeans 方法,该方法可以指定导出 Bean 中的部分属性
  • 996bf90 ignore test
  • Additional commits viewable in compare view

Updates cn.hutool:hutool-all from 5.8.27 to 5.8.28

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)
Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)

Commits
  • 3859291 🍼release 5.8.28
  • be39341 add test
  • 503df65 NumberUtil.pow支持负数
  • d58b2fc add test
  • dffac9d fix code
  • 2f1583a LocalDateTimeUtil增加beginOfDay和endOfDay重载
  • 1fc4148 CsvWriter增加重载writeBeans方法,支持可选bean字段
  • cba4a83 !1222 CsvWriter 重载 writeBeans 方法
  • e8a8c81 CsvWriter 重载一个 writeBeans 方法,该方法可以指定导出 Bean 中的部分属性
  • 996bf90 ignore test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-v5` from 5.8.27 to 5.8.28.

Updates `cn.hutool:hutool-bom` from 5.8.27 to 5.8.28
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.27...5.8.28)

Updates `cn.hutool:hutool-all` from 5.8.27 to 5.8.28
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.27...5.8.28)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: cn.hutool:hutool-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels May 29, 2024
@auto-assign auto-assign bot requested a review from henry-hub May 29, 2024 23:30
@ihub-bot ihub-bot bot added this to the 1.4.4 milestone May 29, 2024
Copy link

sonarcloud bot commented May 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@henry-hub henry-hub merged commit 1e36622 into main May 29, 2024
7 checks passed
@henry-hub henry-hub deleted the dependabot/gradle/hutool-v5-5.8.28 branch May 29, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A dependency upgrade java Pull requests that update Java code patch Patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant