We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe7f78 + 26d69a3 commit b088b7bCopy full SHA for b088b7b
tcrdb/build.gradle
@@ -8,7 +8,9 @@ repositories {
8
configurations.all {
9
resolutionStrategy {
10
// Related to: https://nvd.nist.gov/vuln/detail/CVE-2025-12183
11
- force "at.yawk.lz4:lz4-java:${lz4Version}"
+ dependencySubstitution {
12
+ substitute module('org.lz4:lz4-java') using module("at.yawk.lz4:lz4-java:${lz4Version}")
13
+ }
14
}
15
16
0 commit comments