diff options
author | Anton Haubner <anton.haubner@sonarsource.com> | 2024-12-11 19:20:10 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-11 20:03:09 +0000 |
commit | 90bfd3c959c85fceee18b7e4be0ee5e895592d38 (patch) | |
tree | 53338ff206999feb5cf448cb7c0a683e7f1e2489 | |
parent | b9f5a1b3342ba21b307fd6615a7206bd0d188645 (diff) | |
download | sonarqube-90bfd3c959c85fceee18b7e4be0ee5e895592d38.tar.gz sonarqube-90bfd3c959c85fceee18b7e4be0ee5e895592d38.zip |
SONAR-23956: Upgrade DBD plugins to 1.31.1 bug fix release
This upgrades the DBD analyzer in preparation fpr the SQ 10.8.1 release.
The analyzer is upgraded to the 1.33.1 bug fix release that includes a backport of https://sonarsource.atlassian.net/browse/DBD-1268
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index ecd44557271..3a3da6fe2d5 100644 --- a/build.gradle +++ b/build.gradle @@ -257,9 +257,9 @@ subprojects { dependency 'com.sonarsource.cpp:sonar-cfamily-dependencies-plugin:6.61.0.77816' dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.61.0.77816' dependency 'com.sonarsource.dart:sonar-dart-plugin:1.0.0.1952' - dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.33.0.12439' - dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.33.0.12439' - dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.33.0.12439' + dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.33.1.12938' + dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.33.1.12938' + dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.33.1.12938' dependency 'com.sonarsource.dotnet:sonar-csharp-enterprise-plugin:10.3.0.106239' dependency 'com.sonarsource.dotnet:sonar-vbnet-enterprise-plugin:10.3.0.106239' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.15.0.4810' |