Skip to content

Commit

Permalink
chore(deps): bump org.apache.commons:commons-compress
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.26.2 to 1.27.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Sep 23, 2024
1 parent 1180393 commit 0095cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// libs included in the final jar
api group: 'org.apache.commons', name: 'commons-compress', version: '1.26.2'
api group: 'org.apache.commons', name: 'commons-compress', version: '1.27.1'
api group: 'commons-codec', name: 'commons-codec', version: '1.17.0'
api group: 'org.tukaani', name: 'xz', version: '1.9'
api group: 'com.github.luben', name: 'zstd-jni', version: '1.5.6-5'
Expand Down

0 comments on commit 0095cf6

Please sign in to comment.