Skip to content

Commit

Permalink
Merge pull request #55 from keiji/dependabot/gradle/org.apache.common…
Browse files Browse the repository at this point in the history
…s-commons-compress-1.27.0

Bump org.apache.commons:commons-compress from 1.26.1 to 1.27.0
  • Loading branch information
keiji authored Aug 25, 2024
2 parents 92cad92 + f72c94c commit 149bdf8
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 149bdf8

Please sign in to comment.