diff --git a/spotbugs/build.gradle b/spotbugs/build.gradle index 3927bd44b7f..bb858582d38 100644 --- a/spotbugs/build.gradle +++ b/spotbugs/build.gradle @@ -80,7 +80,7 @@ dependencies { } implementation 'jaxen:jaxen:2.0.0' // only transitive through org.dom4j:dom4j:2.1.4, which has an *optional* dependency on jaxen:jaxen. api 'org.apache.commons:commons-lang3:3.17.0' - api 'org.apache.commons:commons-text:1.12.0' + api 'org.apache.commons:commons-text:1.13.0' api 'org.slf4j:slf4j-api:2.0.16' implementation 'net.sf.saxon:Saxon-HE:12.5' implementation libs.log4j.core