Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gesellix committed Feb 22, 2024
1 parent 014f5b1 commit 844bd7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val dependencyVersions = listOf(
"com.squareup.okio:okio-jvm:3.8.0",
"net.bytebuddy:byte-buddy:1.14.12",
"net.bytebuddy:byte-buddy-agent:1.14.12",
"org.apache.commons:commons-compress:1.25.0",
"org.apache.commons:commons-compress:1.26.0",
"org.codehaus.groovy:groovy:3.0.20",
"org.codehaus.groovy:groovy-json:3.0.20",
"org.apache.groovy:groovy:4.0.18",
Expand Down
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")

implementation("org.apache.commons:commons-compress:1.25.0")
implementation("org.apache.commons:commons-compress:1.26.0")

// implementation("org.bouncycastle:bcpkix-jdk18on:1.76")

Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")

implementation("org.apache.commons:commons-compress:1.25.0")
implementation("org.apache.commons:commons-compress:1.26.0")

implementation("org.bouncycastle:bcpkix-jdk18on:1.77")

Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation(project(":client-groovy4"))
// implementation("org.codehaus.groovy:groovy:[3,4)")
implementation("org.apache.groovy:groovy:4.0.18")
testImplementation("org.apache.commons:commons-compress:1.25.0")
testImplementation("org.apache.commons:commons-compress:1.26.0")

implementation("org.slf4j:slf4j-api:2.0.12")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.4,)")

testImplementation("net.jodah:failsafe:2.4.4")
testImplementation("org.apache.commons:commons-compress:1.25.0")
testImplementation("org.apache.commons:commons-compress:1.26.0")

testImplementation("org.slf4j:slf4j-api:[1.7,)")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
Expand Down

0 comments on commit 844bd7f

Please sign in to comment.