diff options
author | Abbas Sabra <49131500+AbbasNS@users.noreply.github.com> | 2024-07-19 12:38:10 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-19 20:03:00 +0000 |
commit | 4f149b2007a8ba30e7b62dc1d3c8ffaf1484bd56 (patch) | |
tree | 0cb44055b035453baff8138e3e5998e6971bb79a /build.gradle | |
parent | 440e4e84d81708628cf594c383c9f071986ca6fc (diff) | |
download | sonarqube-4f149b2007a8ba30e7b62dc1d3c8ffaf1484bd56.tar.gz sonarqube-4f149b2007a8ba30e7b62dc1d3c8ffaf1484bd56.zip |
SONAR-22567 Upgrade CFamily analyzer and dependencies to 6.57.0.73017
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 6aa36285e78..0996c62e3c2 100644 --- a/build.gradle +++ b/build.gradle @@ -247,8 +247,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.56.0.72172' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.56.0.72172' + dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.57.0.73017' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.57.0.73017' 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' |