Skip to content

Commit 844bd7f

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
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>
1 parent 014f5b1 commit 844bd7f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val dependencyVersions = listOf(
1010
"com.squareup.okio:okio-jvm:3.8.0",
1111
"net.bytebuddy:byte-buddy:1.14.12",
1212
"net.bytebuddy:byte-buddy-agent:1.14.12",
13-
"org.apache.commons:commons-compress:1.25.0",
13+
"org.apache.commons:commons-compress:1.26.0",
1414
"org.codehaus.groovy:groovy:3.0.20",
1515
"org.codehaus.groovy:groovy-json:3.0.20",
1616
"org.apache.groovy:groovy:4.0.18",

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
api("com.squareup.okhttp3:okhttp:4.12.0")
117117
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")
118118

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

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

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
api("com.squareup.okhttp3:okhttp:4.12.0")
117117
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")
118118

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

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

explore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
implementation(project(":client-groovy4"))
6565
// implementation("org.codehaus.groovy:groovy:[3,4)")
6666
implementation("org.apache.groovy:groovy:4.0.18")
67-
testImplementation("org.apache.commons:commons-compress:1.25.0")
67+
testImplementation("org.apache.commons:commons-compress:1.26.0")
6868

6969
implementation("org.slf4j:slf4j-api:2.0.12")
7070
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.4,)")
8282

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

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

0 commit comments

Comments
 (0)