diff options
author | Dimitris Kavvathas <dimitris.kavvathas@sonarsource.com> | 2023-08-23 12:40:40 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-24 20:03:09 +0000 |
commit | 3be7384f7e8c50f78517cdec98c5e0ad97a9c488 (patch) | |
tree | 4d3145ff3b1ede226771e651ed67665e0d877a3d /build.gradle | |
parent | 5c76586ba47ee8045f2da17965464372a8772027 (diff) | |
download | sonarqube-3be7384f7e8c50f78517cdec98c5e0ad97a9c488.tar.gz sonarqube-3be7384f7e8c50f78517cdec98c5e0ad97a9c488.zip |
SONAR-19717 Upgrade sonar-cobol to 5.4.0.6318
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d1226d310c7..2d550c0a1e8 100644 --- a/build.gradle +++ b/build.gradle @@ -228,7 +228,7 @@ subprojects { dependencies { // bundled plugin list -- keep it alphabetically ordered dependency 'com.sonarsource.abap:sonar-abap-plugin:3.13.0.4389' - dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.3.0.6122' + dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.4.0.6318' dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.48.0.62520' dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.16.0.4300' dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.16.0.4300' |