diff options
author | Dimitris Kavvathas <dimitris.kavvathas@sonarsource.com> | 2023-09-06 15:44:34 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-07 20:02:56 +0000 |
commit | 7cfaffbe268688442deb1a383a4abae4df2a63c1 (patch) | |
tree | 7e0ed6f71025a6b0e8f024dcd71bd3972606d68a /build.gradle | |
parent | a4202fa7b3bfbbacf0402b151ab1a8e56119e8f9 (diff) | |
download | sonarqube-7cfaffbe268688442deb1a383a4abae4df2a63c1.tar.gz sonarqube-7cfaffbe268688442deb1a383a4abae4df2a63c1.zip |
SONAR-20328 Upgrade sonar-orchestrator version and update affected tests from breaking changes.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 8bdca52f07c..84165244fac 100644 --- a/build.gradle +++ b/build.gradle @@ -404,7 +404,7 @@ subprojects { dependency 'org.reflections:reflections:0.10.2' dependency 'org.simpleframework:simple:5.1.6' dependency 'org.sonarsource.git.blame:git-files-blame:1.0.2.275' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.42.0.312' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.1.0.495' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.30.0.1030' dependency("org.springframework:spring-context:${springVersion}") { exclude 'commons-logging:commons-logging' @@ -664,7 +664,7 @@ subprojects { bbtRuntimeOnly 'org.postgresql:postgresql' bbtRuntimeOnly project(':plugins:sonar-xoo-plugin') - bbtImplementation 'org.sonarsource.orchestrator:sonar-orchestrator' + bbtImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit4' bbtImplementation project(":sonar-testing-harness") bbtImplementation project(":private:it-common") } |