Skip to content

Commit 3d28212

Browse files
bdoyle0182Brendan Doyle
andauthored
lz4-java vuln remediation 1/23/26 (#5567)
Co-authored-by: Brendan Doyle <brendand@qualtrics.com>
1 parent 5796351 commit 3d28212

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

common/scala/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,10 @@ configurations {
206206
exclude group: 'commons-logging'
207207
exclude group: 'log4j'
208208
}
209+
all {
210+
resolutionStrategy.dependencySubstitution {
211+
// CVE-2025-12183, CVE-2025-66566: org.lz4:lz4-java relocated to at.yawk.lz4 transitive dependency of kafka-clients
212+
substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.3')
213+
}
214+
}
209215
}

0 commit comments

Comments
 (0)