From 5d690f20ae022360a5a04a198f0d7462117ecdb3 Mon Sep 17 00:00:00 2001 From: Pierre Date: Mon, 11 Mar 2024 17:44:22 +0100 Subject: [PATCH] SONAR-21777 update dbd to 1.23.0.7968 --- build.gradle | 6 +++--- 1 file 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' -- 2.39.5