From bf19d2fe37f4dea210f15b2f819da1fb47898267 Mon Sep 17 00:00:00 2001 From: Antoine Vigneau Date: Mon, 6 Nov 2023 11:27:46 +0100 Subject: [PATCH] SONAR-20652 Upgrade Orchestrator to its latest (4.4.0.1640) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5