diff options
author | Michael Jabbour <117195239+michael-jabbour-sonarsource@users.noreply.github.com> | 2024-06-14 13:21:21 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-06-14 20:02:40 +0000 |
commit | 593206dc09179b6834ff50d6b12a2f99455469e3 (patch) | |
tree | 38a38b6c51c7e4f13fbae4a48a04c035f5e23fc8 | |
parent | 3727b06cb2d337f6f9f3d3f4936713b17ec1e564 (diff) | |
download | sonarqube-593206dc09179b6834ff50d6b12a2f99455469e3.tar.gz sonarqube-593206dc09179b6834ff50d6b12a2f99455469e3.zip |
SONAR-22407 Upgrade CFamily to 6.56.0.72172 and add dependencies plugin for AutoConfig
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5fb7555e15d..4588cc988c6 100644 --- a/build.gradle +++ b/build.gradle @@ -245,7 +245,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.6.0.7604' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.54.0.69031' + dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.56.0.72172' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.56.0.72172' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.28.0.9315' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.28.0.9315' dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.28.0.9315' |