From 438cdc9cfec7302f37aabe46ba49925b7608c701 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 07:11:20 +0000 Subject: [PATCH] fix(deps): update dependency cn.hutool:hutool-all to v5.8.28 --- 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 d28a9229f3..8ec01bc031 100644 --- a/benchmark/build.gradle.kts +++ b/benchmark/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("androidx.collection:collection-ktx:1.4.0") implementation("org.openjdk.jol:jol-core:0.17") implementation("org.openjdk.jmh:jmh-core:1.37") - implementation("cn.hutool:hutool-all:5.8.27") + implementation("cn.hutool:hutool-all:5.8.28") kapt("org.openjdk.jmh:jmh-generator-annprocess:1.37") implementation(project(":app"))