From 76faecf4acef39f45fe14710f3e4311a3d012f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:55:34 +0000 Subject: [PATCH] Bump cn.hutool:hutool-crypto from 5.8.22 to 5.8.47 Bumps [cn.hutool:hutool-crypto](https://github.com/chinabugotech/hutool) from 5.8.22 to 5.8.47. - [Release notes](https://github.com/chinabugotech/hutool/releases) - [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md) - [Commits](https://github.com/chinabugotech/hutool/compare/5.8.22...5.8.47) --- updated-dependencies: - dependency-name: cn.hutool:hutool-crypto dependency-version: 5.8.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 060a1bb46..3b11d13ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ zxingLite = "3.3.0" #不要更新版本 #noinspection NewerVersionAvailable -hutool = "5.8.22" +hutool = "5.8.47" #noinspection NewerVersionAvailable protobufJavalite = "4.26.1"