Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.27.0 to 1.27.1.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 786731a commit 5053718
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 5053718

Please sign in to comment.