Skip to content

Commit

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

Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • Loading branch information
keiji authored Aug 27, 2024
2 parents f82500e + 24df2d1 commit 0436b01
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.27.0")
implementation("org.apache.commons:commons-compress:1.27.1")

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

Expand Down

0 comments on commit 0436b01

Please sign in to comment.