File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
runtime/protocol/http-client-engines/test-suite Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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" ))
You can’t perform that action at this time.
0 commit comments