aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2020-10-21 13:34:02 +0200
committersonartech <sonartech@sonarsource.com>2020-10-21 20:08:07 +0000
commitcededc94725d3655f4c1799edbc013ea612fd764 (patch)
treee4d26afc655ead8ab8f821865160660ca3ea5b28 /build.gradle
parentc0add8035420b7af306d1a9bedd7f7853a452c4f (diff)
downloadsonarqube-cededc94725d3655f4c1799edbc013ea612fd764.tar.gz
sonarqube-cededc94725d3655f4c1799edbc013ea612fd764.zip
Revert "SONAR-13913 Remove tables and indexes clean up used in Integration Tests"
This reverts commit 6d13dd2f
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 a581bc9f179..2c4d2a26617 100644
--- a/build.gradle
+++ b/build.gradle
@@ -370,7 +370,7 @@ subprojects {
dependency 'org.postgresql:postgresql:42.2.17'
dependency 'org.reflections:reflections:0.9.12'
dependency 'org.simpleframework:simple:4.1.21'
- dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.31.0.2646'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.30.0.2630'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.23.0.723'
dependency 'org.subethamail:subethasmtp:3.1.7'
dependency 'org.yaml:snakeyaml:1.26'