Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 #686

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ val dependencyVersions = listOf(
"com.squareup.okio:okio-jvm:3.9.0",
"net.bytebuddy:byte-buddy:1.14.14",
"net.bytebuddy:byte-buddy-agent:1.14.14",
"org.apache.commons:commons-compress:1.26.1",
"org.apache.commons:commons-compress:1.26.2",
"org.codehaus.groovy:groovy:3.0.21",
"org.codehaus.groovy:groovy-json:3.0.21",
"org.apache.groovy:groovy:4.0.20",
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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.26.1")
implementation("org.apache.commons:commons-compress:1.26.2")

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

2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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.26.1")
implementation("org.apache.commons:commons-compress:1.26.2")

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

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

implementation("org.slf4j:slf4j-api:2.0.12")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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.26.1")
testImplementation("org.apache.commons:commons-compress:1.26.2")

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