diff --git a/build.gradle b/build.gradle index 96b404e..a41fa35 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { exclude group: "commons-logging", module: "commons-logging" } implementation 'net.java.dev.textile-j:textile-j:2.2.864' - implementation 'org.apache.commons:commons-text:1.10.0' + implementation 'org.apache.commons:commons-text:1.12.0' testImplementation 'junit:junit:4.13.2' }