Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-compress to v1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 1f49e76 commit 42b9692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")

implementation("commons-io:commons-io:2.11.0")
implementation("org.apache.commons:commons-compress:1.21")
implementation("org.apache.commons:commons-compress:1.27.1")
implementation("org.apache.tika:tika-core:1.27")
// https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/pty4j/pty4j/
implementation("org.jetbrains.pty4j:pty4j:0.11.5")
Expand Down

0 comments on commit 42b9692

Please sign in to comment.