Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ kotlin {
jvmTest {
dependencies {
implementation(libs.docker.core)
// FIXME docker-java has a ton of dependencies with vulnerabilities, and they don't seem motivated to fix them.
// So we must override their dependencies with the latest patched versions. https://github.com/docker-java/docker-java/issues/1974
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7.1") // https://github.com/docker-java/docker-java/issues/2177
implementation("org.apache.commons:commons-compress:1.26.0") // https://github.com/docker-java/docker-java/pull/2256
implementation("org.bouncycastle:bcpkix-jdk18on:1.78") // https://github.com/docker-java/docker-java/pull/2326

implementation(libs.docker.transport.zerodep)

implementation(project(":runtime:observability:telemetry-defaults"))
Expand Down
Loading