From 57f3ec7698cb63c83f5c29ae24760b0aac9693e2 Mon Sep 17 00:00:00 2001 From: Alain Kermis Date: Fri, 9 Feb 2024 15:59:27 +0100 Subject: [PATCH] REL-2991 Upgrade Orchestrator to 4.7.1.1872 --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb5b525a672..e0162931140 100644 --- a/build.gradle +++ b/build.gradle @@ -420,7 +420,9 @@ 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.6.0.1748' + dependency ('org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.7.1.1872') { + exclude 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' + } 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