Skip to content

Commit b574dd2

Browse files
committed
Constraint version of Apache Commons Text to 1.10.0
1 parent 641481f commit b574dd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ dependencies {
5454
implementation("ru.spbstu:g4-to-ebnf:0.0.0.4")
5555
implementation("ru.spbstu:kotlin-pandoc:0.0.15")
5656
implementation("ru.spbstu:simple-diagrammer:0.0.0.7")
57+
constraints {
58+
implementation("org.apache.commons:commons-text:1.10.0") {
59+
because("versions below 1.10 are vulnerable (https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-3043138)")
60+
}
61+
}
5762
implementation("com.github.ajalt:clikt:2.8.0")
5863
implementation("com.zaxxer:nuprocess:2.0.3")
5964
implementation("org.antlr:antlr4:4.8")

0 commit comments

Comments
 (0)