Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.1 (#2572)
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 2, 2024
1 parent c63e8e6 commit 141709b
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.26.2")
implementation("org.apache.commons:commons-compress:1.27.1")

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

0 comments on commit 141709b

Please sign in to comment.