aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-11-06 11:27:46 +0100
committersonartech <sonartech@sonarsource.com>2023-11-06 20:04:03 +0000
commitbf19d2fe37f4dea210f15b2f819da1fb47898267 (patch)
tree0270cced4995ac220e6a92692f548e4f9bbb33cc
parentce4b7fee29e8f923c014bd2a2e6e3b841cdf8d3d (diff)
downloadsonarqube-bf19d2fe37f4dea210f15b2f819da1fb47898267.tar.gz
sonarqube-bf19d2fe37f4dea210f15b2f819da1fb47898267.zip
SONAR-20652 Upgrade Orchestrator to its latest (4.4.0.1640)
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 589b0d4affe..9cbed220ebc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -409,7 +409,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.2.0.542'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.4.0.1640'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.30.0.1030'
dependency("org.springframework:spring-context:${springVersion}") {
exclude 'commons-logging:commons-logging'