From a94ad810379ab6250e1b8ef215eafa8d8f039e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 04:50:18 +0000 Subject: [PATCH] chore(deps): bump hutool-crypto from 5.8.1 to 5.8.4 in /app Bumps [hutool-crypto](https://github.com/dromara/hutool) from 5.8.1 to 5.8.4. - [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/compare/5.8.1...5.8.4) --- updated-dependencies: - dependency-name: cn.hutool:hutool-crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f8f93586a..c8c0fde1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -255,7 +255,7 @@ dependencies { //加解密类库,有些书源使用 //noinspection GradleDependency - implementation('cn.hutool:hutool-crypto:5.8.1') + implementation('cn.hutool:hutool-crypto:5.8.4') //firebase, 崩溃统计和性能统计, 会导致共存版本崩溃 //implementation platform('com.google.firebase:firebase-bom:30.0.1')