diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-10-21 09:16:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-21 20:03:28 +0000 |
commit | 7dcb126e8fcb9e9b8187fa87e4280d3a0abc767a (patch) | |
tree | 5a253a81ed120c42f3f2d832e5d2ed0bf9a3ffe7 | |
parent | 13a4beb12e9a437ad3eba1a5930da0d6e7cd1480 (diff) | |
download | sonarqube-8.9.3.48735.tar.gz sonarqube-8.9.3.48735.zip |
SONAR-15512 Fix several bugs with C/C++/Obj-C analysis8.9.3.48735
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 45adf430d06..43bbddf4773 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,7 @@ subprojects { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.9.1.3127' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:4.6.2.4876' - dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.20.1.32841' + dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.20.2.38358' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.11.1.2727' dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.6.1.3873' dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.7.1.2721' |