aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2020-10-20 17:29:02 +0200
committersonartech <sonartech@sonarsource.com>2020-10-20 20:08:04 +0000
commit884491773414860046bd23cea9fff675a0a95a3c (patch)
treeda51905ff95e44fa161f85242f66436737b51fdc /build.gradle
parent257acb97b7ec7b5867dfb7c77f0aa4364f73f2f7 (diff)
downloadsonarqube-884491773414860046bd23cea9fff675a0a95a3c.tar.gz
sonarqube-884491773414860046bd23cea9fff675a0a95a3c.zip
SONAR-13913 Remove tables and indexes clean up used in Integration Tests
* SONAR-13913 Remove usage of Orchestrator#resetData * Remove ProjectAnalysisRule * Upgrade to Orchestrator 3.31 * SONAR-13913 Remove BackendCleanup class * Remove code related to no more existing tables
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 fac0ccfecd8..1bd7a00ba8d 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.30.0.2630'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.31.0.2646'
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'