Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.2 (#2493)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.2.

---
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 Jun 9, 2024
1 parent ffd67db commit e66065a
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 @@ -31,7 +31,7 @@ dependencies {

implementation("com.typesafe:config:1.4.3")
implementation("io.micronaut.testresources:micronaut-test-resources-build-tools")
implementation("org.apache.commons:commons-compress:1.25.0")
implementation("org.apache.commons:commons-compress:1.26.2")

testImplementation("org.apache.groovy:groovy-xml")
}
Expand Down

0 comments on commit e66065a

Please sign in to comment.