diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-11-07 18:14:29 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-08 20:02:51 +0000 |
commit | 92ea17b75da2a62c79185e8fa6c881741624f974 (patch) | |
tree | 658d77091db78eeed4793aace9a951a15aff43e4 /build.gradle | |
parent | 6e76d63689e8218f4bb6281d1a4ce7f7373cde75 (diff) | |
download | sonarqube-92ea17b75da2a62c79185e8fa6c881741624f974.tar.gz sonarqube-92ea17b75da2a62c79185e8fa6c881741624f974.zip |
NOJIRA Revert orchestrator to 4.2
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index cb8bbb96246..86d435a0f60 100644 --- a/build.gradle +++ b/build.gradle @@ -410,7 +410,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-junit4:4.4.0.1640' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.2.0.542' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.30.0.1030' dependency("org.springframework:spring-context:${springVersion}") { exclude 'commons-logging:commons-logging' |