From a3753adceef6b96141fe7a6e9fab11a0b0f6ec01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:03:17 +0000 Subject: [PATCH] fix(deps): update dependency cn.hutool:hutool-all to v5.8.47 --- benchmark/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.gradle.kts b/benchmark/build.gradle.kts index 6d7d29f9ed..5d18d8af31 100644 --- a/benchmark/build.gradle.kts +++ b/benchmark/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { implementation("androidx.collection:collection-ktx:1.6.0") implementation("org.openjdk.jol:jol-core:0.17") implementation("org.openjdk.jmh:jmh-core:1.37") - implementation("cn.hutool:hutool-all:5.8.43") + implementation("cn.hutool:hutool-all:5.8.47") kapt("org.openjdk.jmh:jmh-generator-annprocess:1.37") implementation(project(":app"))