Skip to content

Commit f1f5d9e

Browse files
chore(deps): bump org.apache.commons:commons-compress
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.26.0 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.26.0...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5da39c2 commit f1f5d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/protocol/http-client-engines/test-suite/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kotlin {
4848
// FIXME docker-java has a ton of dependencies with vulnerabilities, and they don't seem motivated to fix them.
4949
// So we must override their dependencies with the latest patched versions. https://github.com/docker-java/docker-java/issues/1974
5050
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7.1") // https://github.com/docker-java/docker-java/issues/2177
51-
implementation("org.apache.commons:commons-compress:1.26.0") // https://github.com/docker-java/docker-java/pull/2256
51+
implementation("org.apache.commons:commons-compress:1.28.0") // https://github.com/docker-java/docker-java/pull/2256
5252
implementation("org.bouncycastle:bcpkix-jdk18on:1.78") // https://github.com/docker-java/docker-java/pull/2326
5353

5454
implementation(libs.docker.transport.zerodep)

0 commit comments

Comments
 (0)