Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2024
1 parent 4d23202 commit 462651c
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 @@ -19,7 +19,7 @@ configurations {

configurations.all {
resolutionStrategy {
force("org.apache.commons:commons-compress:1.26.1")
force("org.apache.commons:commons-compress:1.27.0")
force("org.xmlunit:xmlunit-core:2.10.0")
}
}
Expand Down

0 comments on commit 462651c

Please sign in to comment.