Skip to content

Commit

Permalink
Constraint version of Apache Commons Text to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-phoenix committed Oct 17, 2022
1 parent 641481f commit b574dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ dependencies {
implementation("ru.spbstu:g4-to-ebnf:0.0.0.4")
implementation("ru.spbstu:kotlin-pandoc:0.0.15")
implementation("ru.spbstu:simple-diagrammer:0.0.0.7")
constraints {
implementation("org.apache.commons:commons-text:1.10.0") {
because("versions below 1.10 are vulnerable (https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-3043138)")
}
}
implementation("com.github.ajalt:clikt:2.8.0")
implementation("com.zaxxer:nuprocess:2.0.3")
implementation("org.antlr:antlr4:4.8")
Expand Down

0 comments on commit b574dd2

Please sign in to comment.