Skip to content

Commit d61d2dc

Browse files
authored
chore: remove manual resolution of transitive Docker dependencies (#1362)
1 parent 81fd139 commit d61d2dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ kotlin {
4545
jvmTest {
4646
dependencies {
4747
implementation(libs.docker.core)
48-
// FIXME docker-java has a ton of dependencies with vulnerabilities, and they don't seem motivated to fix them.
49-
// So we must override their dependencies with the latest patched versions. https://github.com/docker-java/docker-java/issues/1974
50-
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
52-
implementation("org.bouncycastle:bcpkix-jdk18on:1.78") // https://github.com/docker-java/docker-java/pull/2326
53-
5448
implementation(libs.docker.transport.zerodep)
5549

5650
implementation(project(":runtime:observability:telemetry-defaults"))

0 commit comments

Comments
 (0)