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 092824e commit 8866b79Copy full SHA for 8866b79
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0")
46
47
implementation("com.github.javaparser:javaparser-symbol-solver-core:$jpVersion")
48
- implementation("org.apache.commons:commons-text:1.9")
+ implementation("org.apache.commons:commons-text:1.14.0")
49
implementation("guru.nidi:graphviz-java-all-j2v8:0.18.1")
50
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
51
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
0 commit comments