From 3ff749a20093d5b9c7626f2db23c4d79728ed844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:10:20 +0000 Subject: [PATCH] Update plugin org.sonarqube to v7.2.2.6593 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0d4a2ef..6d65e4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { val springDependencyManagementVersion = "1.1.7" val kotlinVersion = "1.9.25" val adarshrTestLoggerVersion = "4.0.0" - val sonarqubeVersion = "7.0.1.6134" + val sonarqubeVersion = "7.2.2.6593" val gradleReleasePluginVersion = "3.1.0" val jreleaserVersion = "1.21.0"