diff options
author | hashicorp-vault-sonar-prod[bot] <111297361+hashicorp-vault-sonar-prod[bot]@users.noreply.github.com> | 2024-10-18 14:53:00 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-18 20:03:10 +0000 |
commit | d914719cc873a630ea09450614c8f190a7de4abc (patch) | |
tree | f66f54ca94aa3ec83346fba4f2693095cf120076 | |
parent | b46f4fec4986b5d870d668658a8d98fd62aa14ff (diff) | |
download | sonarqube-d914719cc873a630ea09450614c8f190a7de4abc.tar.gz sonarqube-d914719cc873a630ea09450614c8f190a7de4abc.zip |
SONAR-23426 Update CFamily analyzer and dependencies to version 6.60.0.76379 (#12107)
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index f9c5b9cd254..6c893909402 100644 --- a/build.gradle +++ b/build.gradle @@ -244,8 +244,8 @@ subprojects { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.14.0.5470' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.7.0.8061' - dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.59.0.75237' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.59.0.75237' + dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.60.0.76379' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.60.0.76379' dependency 'com.sonarsource.dart:sonar-dart-plugin:0.2.0.1567' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.31.0.11180' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.31.0.11180' |