From 9b6c3dcabc36a61e4492987415929bf121901bc6 Mon Sep 17 00:00:00 2001 From: Antoine Vigneau Date: Tue, 5 Dec 2023 15:56:07 +0100 Subject: [PATCH] SONAR-20652 Upgrade Orchestrator to 4.5.0.1700 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa23792a8eb..13aa0b6e070 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.2.0.542' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.5.0.1700' 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