From 507dd9af3a133679c6dd4f37c62e496e30ddd7ca Mon Sep 17 00:00:00 2001 From: Antoine Vigneau Date: Tue, 5 Dec 2023 15:58:50 +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 e89e85ce92d..196ed2a73cd 100644 --- a/build.gradle +++ b/build.gradle @@ -419,7 +419,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.31.0.1207' dependency("org.springframework:spring-context:${springVersion}") { exclude 'commons-logging:commons-logging' -- 2.39.5