diff options
author | nicolas-gauthier-sonarsource <121794895+nicolas-gauthier-sonarsource@users.noreply.github.com> | 2024-12-18 13:48:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-18 20:03:10 +0000 |
commit | 17a9675b44bbda03bc04b0ba01fc2f05a5066fc8 (patch) | |
tree | 32414cb1f4cfb3729844a482117d705d5dac7ffb | |
parent | 5327b3da882c7085c232c0d9b180638be654919d (diff) | |
download | sonarqube-17a9675b44bbda03bc04b0ba01fc2f05a5066fc8.tar.gz sonarqube-17a9675b44bbda03bc04b0ba01fc2f05a5066fc8.zip |
SONAR-24026 Improve SonarABAP analysis
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a4aa70c27b4..7b7774e484b 100644 --- a/build.gradle +++ b/build.gradle @@ -277,7 +277,7 @@ subprojects { dependencyManagement { dependencies { // bundled plugin list -- keep it alphabetically ordered - dependency 'com.sonarsource.abap:sonar-abap-plugin:3.14.0.5470' + dependency 'com.sonarsource.abap:sonar-abap-plugin:3.15.0.5980' dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.8.0.8309' dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.61.0.77816' dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.61.0.77816' |