Skip to content

Commit

Permalink
fix(deps): update dependency org.tukaani:xz to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Leon406 committed Jul 30, 2024
1 parent 9514ba6 commit 582f268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-compress/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation(libs.commons.compress)
implementation(libs.zstd)
implementation(libs.asm)
implementation("org.tukaani:xz:1.9")
implementation("org.tukaani:xz:1.10")
implementation("org.brotli:dec:0.1.2")
testImplementation(libs.kotlin.test)
}

0 comments on commit 582f268

Please sign in to comment.