Skip to content

Commit

Permalink
fix(deps): update dependency androidx.collection:collection-ktx to v1…
Browse files Browse the repository at this point in the history
….4.4
  • Loading branch information
renovate[bot] authored and Leon406 committed Sep 19, 2024
1 parent fd48d04 commit 488016e
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 @@ -16,7 +16,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions.jvmTarget = jvmTarget
}
dependencies {
implementation("androidx.collection:collection-ktx:1.4.3")
implementation("androidx.collection:collection-ktx:1.4.4")
implementation("org.openjdk.jol:jol-core:0.17")
implementation("org.openjdk.jmh:jmh-core:1.37")
implementation("cn.hutool:hutool-all:5.8.32")
Expand Down

0 comments on commit 488016e

Please sign in to comment.