diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2024-03-11 17:44:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-12 20:02:35 +0000 |
commit | 5d690f20ae022360a5a04a198f0d7462117ecdb3 (patch) | |
tree | b952e3b195e9fc4acf0cf82d696569056cc46494 | |
parent | 1b90ac2d10894f67227892a3642acbf70d9ba096 (diff) | |
download | sonarqube-5d690f20ae022360a5a04a198f0d7462117ecdb3.tar.gz sonarqube-5d690f20ae022360a5a04a198f0d7462117ecdb3.zip |
SONAR-21777 update dbd to 1.23.0.7968
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 17e4fbef5c7..608c18ed564 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.52.1.66618' - dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.22.0.7341' - dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.22.0.7341' - dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.22.0.7341' + dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.23.0.7968' + dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.23.0.7968' + dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.23.0.7968' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.15.0.4810' dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.12.0.6513' dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.12.0.4860' |