diff options
author | Michael Jabbour <117195239+michael-jabbour-sonarsource@users.noreply.github.com> | 2024-04-22 12:22:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-22 20:02:37 +0000 |
commit | 4af898f747931f1757927fcd5adcbe6a038fac22 (patch) | |
tree | 5ddcaca8cc1b2bb918b981280e8b13502ea6ff64 | |
parent | 173d2db12049c4275d1561f304f0350a225bea12 (diff) | |
download | sonarqube-4af898f747931f1757927fcd5adcbe6a038fac22.tar.gz sonarqube-4af898f747931f1757927fcd5adcbe6a038fac22.zip |
SONAR-22103 Improve CFamily analysis: fix compiler probe timeout on macOS ARM
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 848b4e95276..ffff1ffb2e1 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ subprojects { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.11.0.4030' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.2.1.7644' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.41.1.62265' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.41.2.69583' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.10.0.3046' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.10.0.3046' dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.10.0.3046' |