diff options
author | hashicorp-vault-sonar-prod[bot] <111297361+hashicorp-vault-sonar-prod[bot]@users.noreply.github.com> | 2024-12-19 09:47:36 +0000 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-19 20:03:04 +0000 |
commit | ff1a1b3d4962f9adf4e6e59ef3952a589a80765e (patch) | |
tree | 08acab48e07b84830f3e867c585be449eaab7a31 | |
parent | d8d85378928cc6ef3a86826ccf7b315c90cc2af2 (diff) | |
download | sonarqube-ff1a1b3d4962f9adf4e6e59ef3952a589a80765e.tar.gz sonarqube-ff1a1b3d4962f9adf4e6e59ef3952a589a80765e.zip |
SONAR-24040 Update CFamily analyzer and dependencies to version 6.62.0.78645
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index aa273f03dbe..e685fa5af0a 100644 --- a/build.gradle +++ b/build.gradle @@ -279,8 +279,8 @@ subprojects { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.15.0.5980' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.8.0.8309' - dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.61.0.77816' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.61.0.77816' + dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.62.0.78645' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.62.0.78645' dependency 'com.sonarsource.dart:sonar-dart-plugin:1.0.0.1952' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.35.0.12862' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.35.0.12862' |