Bump cn.hutool:hutool-crypto from 5.8.20 to 5.8.21

Bumps [cn.hutool:hutool-crypto](https://github.com/dromara/hutool) from 5.8.20 to 5.8.21.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/dromara/hutool/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-07-31 05:01:29 +00:00
committed by GitHub
parent 7a4411094d
commit 1eeecc66ad

View File

@@ -271,7 +271,7 @@ dependencies {
//加解密类库,有些书源使用
//noinspection GradleDependency,GradlePackageUpdate
implementation('cn.hutool:hutool-crypto:5.8.20')
implementation('cn.hutool:hutool-crypto:5.8.21')
//firebase, 崩溃统计和性能统计, 会导致共存版本崩溃
//implementation platform('com.google.firebase:firebase-bom:30.0.1')