Skip to content

Commit

Permalink
fix(deps): update dependency cn.hutool:hutool-all to v5.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Leon406 committed Mar 27, 2023
1 parent acdf40f commit 1f9b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("androidx.collection:collection-ktx:1.2.0")
implementation("org.openjdk.jol:jol-core:0.17")
implementation("org.openjdk.jmh:jmh-core:1.36")
implementation("cn.hutool:hutool-all:5.8.15")
implementation("cn.hutool:hutool-all:5.8.16")
kapt("org.openjdk.jmh:jmh-generator-annprocess:1.36")
implementation(project(":app"))
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
Expand Down

0 comments on commit 1f9b9d8

Please sign in to comment.