From 1661679a380f12edd0dce2d3eedb48a5f12509c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:13:22 +0000 Subject: [PATCH] [CORE-69]: Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171 Bumps org.sonarqube from 5.1.0.4882 to 6.0.1.5171. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- azureDatabaseUtils/build.gradle | 2 +- service/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azureDatabaseUtils/build.gradle b/azureDatabaseUtils/build.gradle index f3692aa93a..8aec7bdcdc 100644 --- a/azureDatabaseUtils/build.gradle +++ b/azureDatabaseUtils/build.gradle @@ -5,7 +5,7 @@ plugins { id "com.google.cloud.tools.jib" version "3.4.4" id "de.undercouch.download" version "5.6.0" id 'org.gradle.test-retry' version '1.6.0' - id "org.sonarqube" version "5.1.0.4882" + id "org.sonarqube" version "6.0.1.5171" } // constants visible to all .gradle files in this project diff --git a/service/build.gradle b/service/build.gradle index e53fdce4af..158db00624 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -6,7 +6,7 @@ plugins { id "de.undercouch.download" version "5.6.0" id "org.hidetake.swagger.generator" version "2.19.2" id 'org.gradle.test-retry' version '1.6.0' - id "org.sonarqube" version "5.1.0.4882" + id "org.sonarqube" version "6.0.1.5171" id "au.com.dius.pact" version "4.6.16" }