Skip to content

Commit

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

Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
  • Loading branch information
keiji authored Mar 11, 2024
2 parents 013be76 + 2ace8fd commit fe41963
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 @@ -31,7 +31,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.0")
implementation("org.apache.commons:commons-compress:1.26.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
Expand Down

0 comments on commit fe41963

Please sign in to comment.