Skip to content

Commit

Permalink
add apache.commons.text dependency to provide StringEscapeUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Dec 2, 2024
1 parent 6170f5e commit d18a4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ allprojects {
// cannot be updated further, problems with underlying library
implementation("com.github.ajalt.clikt:clikt:3.5.4")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+")
// required for the StringEscapeUtils
implementation("org.apache.commons:commons-text:1.12.0")

testImplementation("junit:junit:4.13.2")
testImplementation("org.opentest4j:opentest4j:1.3.0")
Expand Down

0 comments on commit d18a4b7

Please sign in to comment.