aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-04-19 14:17:37 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-26 20:21:06 +0200
commitc58d901db830ca847311520104ad551bd680de26 (patch)
treeb8ca7d1ea33b63260d924c99380d0c8ded8204d8 /build.gradle
parent1eb53b8a61cc122e36d90a1f23c5f9a062957408 (diff)
downloadsonarqube-c58d901db830ca847311520104ad551bd680de26.tar.gz
sonarqube-c58d901db830ca847311520104ad551bd680de26.zip
SONAR-10725 stabilize version of jsoup dependency
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1a60bdeb266..a745db6189a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -211,6 +211,7 @@ subprojects {
dependency('org.codelibs.elasticsearch.module:analysis-common:6.6.1')
dependency 'org.freemarker:freemarker:2.3.20'
dependency 'org.hamcrest:hamcrest-all:1.3'
+ dependency 'org.jsoup:jsoup:1.11.3'
dependency 'org.mindrot:jbcrypt:0.4'
dependency('org.mockito:mockito-core:2.15.0') {
exclude 'org.hamcrest:hamcrest-core'
@@ -230,7 +231,7 @@ subprojects {
dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.24.0.1993'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.18.0.487'
dependency 'org.subethamail:subethasmtp:3.1.7'
- dependency 'xml-apis:xml-apis:1.4.01'
+ dependency 'xml-apis:xml-apis:1.4.01'
// please keep this list alphabetically ordered
}