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.
1 parent 641481f commit b574dd2Copy full SHA for b574dd2
docs/build.gradle.kts
@@ -54,6 +54,11 @@ dependencies {
54
implementation("ru.spbstu:g4-to-ebnf:0.0.0.4")
55
implementation("ru.spbstu:kotlin-pandoc:0.0.15")
56
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
62
implementation("com.github.ajalt:clikt:2.8.0")
63
implementation("com.zaxxer:nuprocess:2.0.3")
64
implementation("org.antlr:antlr4:4.8")
0 commit comments