aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-03-20 15:14:10 +0100
committersonartech <sonartech@sonarsource.com>2024-03-22 20:02:32 +0000
commit7f3f44f830868197b19cbd8a6e151cb7885d0213 (patch)
tree3780541b2c5540a086f3d11fa9cdd08e689457cd /build.gradle
parent7d20b99c3cdb1a7c044b5ab51ddede8819e1305d (diff)
downloadsonarqube-7f3f44f830868197b19cbd8a6e151cb7885d0213.tar.gz
sonarqube-7f3f44f830868197b19cbd8a6e151cb7885d0213.zip
NO JIRA fix code smells after moving to lang3 library
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index a4561ea8083..d83ee59d191 100644
--- a/build.gradle
+++ b/build.gradle
@@ -378,6 +378,7 @@ subprojects {
dependency 'org.apache.commons:commons-csv:1.10.0'
dependency 'org.apache.commons:commons-lang3:3.14.0'
dependency 'org.apache.commons:commons-email:1.6.0'
+ dependency 'org.apache.commons:commons-text:1.11.0'
dependency 'com.zaxxer:HikariCP:5.1.0'
dependency('org.apache.httpcomponents:httpclient:4.5.14') {
exclude 'commons-logging:commons-logging'