Skip to content

Commit 12f4fb7

Browse files
committed
docs(gradle): Remove some weird chars from a because string
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
1 parent 2adf5e4 commit 12f4fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ configurations.all {
8282
dependencySubstitution {
8383
substitute(module("org.lz4:lz4-java"))
8484
.using(module("at.yawk.lz4:lz4-java:1.11.0"))
85-
.because("lz4-java is unmaintained and vulnerable to CVE202512183")
85+
.because("lz4-java is unmaintained and vulnerable to CVE-2025-12183")
8686
}
8787

8888
dependencySubstitution {

0 commit comments

Comments
 (0)