From 6e3bc57e5e081c223b9d527f4de45c6b90e132f5 Mon Sep 17 00:00:00 2001 From: Anton Haubner Date: Mon, 6 May 2024 15:04:00 +0200 Subject: [PATCH] SONAR-22184 Upgrade DBD plugins to 1.26 (#11084) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6e3c93ce0a7..fed2540a883 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.25.0.8311' - dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.25.0.8311' - dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.25.0.8311' + dependency 'com.sonarsource.dbd:sonar-dbd-plugin:1.26.0.8705' + dependency 'com.sonarsource.dbd:sonar-dbd-java-frontend-plugin:1.26.0.8705' + dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.26.0.8705' 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