aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Haubner <anton.haubner@sonarsource.com>2024-06-10 16:51:47 +0200
committersonartech <sonartech@sonarsource.com>2024-06-10 20:02:44 +0000
commit5f68f02528fe6ab3370b0fd35f9ebcbc83046c2a (patch)
treeae0ea0c3b1e8d30c66279f4d574f22dd73d69dee
parent0486e84fb3d8f8b9bda7558758934bf6221c1753 (diff)
downloadsonarqube-5f68f02528fe6ab3370b0fd35f9ebcbc83046c2a.tar.gz
sonarqube-5f68f02528fe6ab3370b0fd35f9ebcbc83046c2a.zip
SONAR-22376: Upgrade DBD plugins to 1.28 (#11231)
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 384e86b3f6b..af7b448047b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -246,9 +246,9 @@ subprojects {
dependency 'com.sonarsource.abap:sonar-abap-plugin:3.14.0.5470'
dependency 'com.sonarsource.cobol:sonar-cobol-plugin:5.6.0.7604'
dependency 'com.sonarsource.cpp:sonar-cfamily-plugin:6.54.0.69031'
- dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.27.0.9068'
- dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.27.0.9068'
- dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.27.0.9068'
+ dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.28.0.9315'
+ dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.28.0.9315'
+ dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.28.0.9315'
dependency 'com.sonarsource.pli:sonar-pli-plugin:1.15.0.4810'
dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.13.0.6725'
dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.13.0.5130'