aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-06-05 19:58:47 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:02 +0200
commit7391d7cca849fbc5285cb1fa1e7017dae534bef4 (patch)
tree650ef3cf8a2cfa04eb3e643dbc819144ff013cdf /build.gradle
parentbc77880000972d94d4bc273f76535e83a938125b (diff)
downloadsonarqube-7391d7cca849fbc5285cb1fa1e7017dae534bef4.tar.gz
sonarqube-7391d7cca849fbc5285cb1fa1e7017dae534bef4.zip
SONAR-10689 use enterprise edition in IT PluginsTest
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0825e7214cd..da0ddc26b2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -211,7 +211,7 @@ subprojects {
dependency 'org.postgresql:postgresql:42.2.2'
dependency 'org.reflections:reflections:0.9.9'
dependency 'org.simpleframework:simple:4.1.21'
- dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.19.0.1623'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.19.0.1627'
dependency('org.sonarsource:sonar-persistit:3.3.2') {
exclude 'commons-logging:commons-logging'
}