From 5c57a0c340cf2ce96d637c2f221f7163e77c8d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:40:03 +0000 Subject: [PATCH] Bump cn.hutool:hutool-crypto from 5.8.27 to 5.8.28 Bumps [cn.hutool:hutool-crypto](https://github.com/dromara/hutool) from 5.8.27 to 5.8.28. - [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.27...5.8.28) --- updated-dependencies: - dependency-name: cn.hutool:hutool-crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1518b94d..af1e455e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("com.google.code.gson:gson:2.11.0") implementation("com.formdev:flatlaf:3.4.1") implementation("commons-io:commons-io:2.16.1") - implementation("cn.hutool:hutool-crypto:5.8.27") + implementation("cn.hutool:hutool-crypto:5.8.28") implementation("org.java-websocket:Java-WebSocket:1.5.6") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")