We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5796351 commit 3d28212Copy full SHA for 3d28212
1 file changed
common/scala/build.gradle
@@ -206,4 +206,10 @@ configurations {
206
exclude group: 'commons-logging'
207
exclude group: 'log4j'
208
}
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
215
0 commit comments