Skip to content

Commit

Permalink
Merge pull request #165 from opwvhk/dependabot/gradle/org.apache.comm…
Browse files Browse the repository at this point in the history
…ons-commons-compress-1.27.1

Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • Loading branch information
opwvhk authored Aug 26, 2024
2 parents 786731a + 5053718 commit 79d1dce
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 @@ -33,7 +33,7 @@ java {

dependencies {
implementation("org.apache.avro:avro-idl:1.12.0") { exclude("org.slf4j") }
implementation("org.apache.commons:commons-compress:1.27.0")
implementation("org.apache.commons:commons-compress:1.27.1")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-lang3:3.16.0")
implementation("org.json:json:20240303")
Expand Down

0 comments on commit 79d1dce

Please sign in to comment.