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.25.0 to 1.26.0 #649

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
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] <[email protected]>
dependabot[bot] authored Feb 22, 2024
commit 965352d306ed6f70d6e42d4ed4f75721cce5f09e
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.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",
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.25.0")
implementation("org.apache.commons:commons-compress:1.26.0")

// 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.25.0")
implementation("org.apache.commons:commons-compress:1.26.0")

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.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")
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.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")