diff options
author | hashicorp-vault-sonar-prod[bot] <111297361+hashicorp-vault-sonar-prod[bot]@users.noreply.github.com> | 2025-02-04 14:24:24 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-02-04 20:03:17 +0000 |
commit | c28ed11a7868a73fa6c9ea636875e356f23d137b (patch) | |
tree | 99f0550f006eecb9584cbad1c7ebcc6dfe8c33ca /build.gradle | |
parent | 12244dbb84e933018c66885a1c946348d10c4d07 (diff) | |
download | sonarqube-c28ed11a7868a73fa6c9ea636875e356f23d137b.tar.gz sonarqube-c28ed11a7868a73fa6c9ea636875e356f23d137b.zip |
SONAR-24295 Update CFamily analyzer and dependencies to version 6.63.0.79828
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 846de7e12b8..99a6c9ed7bb 100644 --- a/build.gradle +++ b/build.gradle @@ -283,8 +283,8 @@ subprojects { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.15.1.6010' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.8.0.8309' - 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.cpp:sonar-cfamily-dependencies-plugin:6.63.0.79828' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.63.0.79828' dependency 'com.sonarsource.dart:sonar-dart-plugin:1.0.0.1952' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.36.1.13250' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.36.1.13250' |