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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 92cad92 commit f72c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val dokkaHtmlJar by tasks.register<Jar>("dokkaHtmlJar") {

dependencies {
// https://mvnrepository.com/artifact/org.apache.commons/commons-compress
implementation("org.apache.commons:commons-compress:1.26.1")
implementation("org.apache.commons:commons-compress:1.27.0")

testImplementation("org.bouncycastle:bcpg-jdk18on:1.78.1")

Expand Down

0 comments on commit f72c94c

Please sign in to comment.