From c4c00ead83d398a09fcf000d73b76c4444307beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 01:15:10 +0000 Subject: [PATCH] chore: bump org.sonarqube from 4.4.1.3373 to 6.3.0.5676 in /android Bumps org.sonarqube from 4.4.1.3373 to 6.3.0.5676. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 6.3.0.5676 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 20ab42f..50df1f9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id "org.sonarqube" version "4.4.1.3373" + id "org.sonarqube" version "6.3.0.5676" id "org.jlleitschuh.gradle.ktlint" version "13.0.0" }