]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA Update orchestrator version without mssql lib
authorEric Giffon <eric.giffon@sonarsource.com>
Thu, 23 Mar 2023 12:40:19 +0000 (13:40 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 24 Mar 2023 20:03:04 +0000 (20:03 +0000)
build.gradle

index d831ea27bdf0f368b9fd99e43ec4cbfc29b89216..e6abe8c38e7b4fb62040b0abe77b748f81844960 100644 (file)
@@ -353,7 +353,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.1.169'
-      dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.41.0.295'
+      dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.42.0.312'
       dependency 'org.sonarsource.update-center:sonar-update-center-common:1.29.0.1000'
       dependency("org.springframework:spring-context:${springVersion}") {
         exclude 'commons-logging:commons-logging'