Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.23.0 to 1.24.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 Sep 11, 2023
1 parent f45b180 commit 484caab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.0",
"net.bytebuddy:byte-buddy:1.14.6",
"net.bytebuddy:byte-buddy-agent:1.14.6",
"org.apache.commons:commons-compress:1.23.0",
"org.apache.commons:commons-compress:1.24.0",
"org.codehaus.groovy:groovy:3.0.18",
"org.jetbrains:annotations:24.0.1",
"org.junit:junit-bom:5.10.0",
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.11.0")
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")

implementation("org.apache.commons:commons-compress:1.23.0")
implementation("org.apache.commons:commons-compress:1.24.0")

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

Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
}
implementation(project(":client"))
implementation("org.codehaus.groovy:groovy:3.0.18")
testImplementation("org.apache.commons:commons-compress:1.23.0")
testImplementation("org.apache.commons:commons-compress:1.24.0")

implementation("org.slf4j:slf4j-api:2.0.7")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
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 @@ -80,7 +80,7 @@ dependencies {
testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.4,)")

testImplementation("net.jodah:failsafe:2.4.4")
testImplementation("org.apache.commons:commons-compress:1.23.0")
testImplementation("org.apache.commons:commons-compress:1.24.0")

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

0 comments on commit 484caab

Please sign in to comment.