diff --git a/benchmark/build.gradle.kts b/benchmark/build.gradle.kts index 6d7d29f9ed..308afafd6a 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.46") kapt("org.openjdk.jmh:jmh-generator-annprocess:1.37") implementation(project(":app"))