Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-text to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 092824e commit 0e30ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0")

implementation("com.github.javaparser:javaparser-symbol-solver-core:$jpVersion")
implementation("org.apache.commons:commons-text:1.9")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("guru.nidi:graphviz-java-all-j2v8:0.18.1")
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
Expand Down

0 comments on commit 0e30ab3

Please sign in to comment.