From 4af898f747931f1757927fcd5adcbe6a038fac22 Mon Sep 17 00:00:00 2001 From: Michael Jabbour <117195239+michael-jabbour-sonarsource@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:22:08 +0200 Subject: [PATCH] SONAR-22103 Improve CFamily analysis: fix compiler probe timeout on macOS ARM --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5