Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.21 to 1.24.0 (#2041)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.21 to 1.24.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 981edef commit e05236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api("org.yaml:snakeyaml")
implementation("com.typesafe:config:1.4.2")
implementation("io.micronaut.testresources:micronaut-test-resources-build-tools")
implementation 'org.apache.commons:commons-compress:1.21'
implementation 'org.apache.commons:commons-compress:1.24.0'
testImplementation("org.apache.groovy:groovy-xml")
}

Expand Down

0 comments on commit e05236f

Please sign in to comment.