Skip to content

Commit b088b7b

Browse files
committed
Merge 25.12 to develop
2 parents dfe7f78 + 26d69a3 commit b088b7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tcrdb/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ repositories {
88
configurations.all {
99
resolutionStrategy {
1010
// Related to: https://nvd.nist.gov/vuln/detail/CVE-2025-12183
11-
force "at.yawk.lz4:lz4-java:${lz4Version}"
11+
dependencySubstitution {
12+
substitute module('org.lz4:lz4-java') using module("at.yawk.lz4:lz4-java:${lz4Version}")
13+
}
1214
}
1315
}
1416

0 commit comments

Comments
 (0)