Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.1 (#599)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 63201df commit bd90fb8
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 @@ -108,7 +108,7 @@ subprojects {

dependencies {
constraints {
implementation("org.apache.commons:commons-compress:1.26.2") {
implementation("org.apache.commons:commons-compress:1.27.1") {
because("earlier versions have a security vulnerabilities")
}
}
Expand Down

0 comments on commit bd90fb8

Please sign in to comment.