From be4620bc25af1e54b9a5e6d32e6ac8a7f4fe71b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:42:20 +0000 Subject: [PATCH] Bump org.sonarqube from 7.3.1.8318 to 7.4.0.8496 in /Plan Bumps org.sonarqube from 7.3.1.8318 to 7.4.0.8496. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.4.0.8496 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index fc1b6af7c2..cd2dad85ef 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -9,7 +9,7 @@ buildscript { plugins { id("base") - id "org.sonarqube" version "7.3.1.8318" + id "org.sonarqube" version "7.4.0.8496" id "com.gradleup.shadow" version "9.6.1" apply false id "net.fabricmc.fabric-loom" version "1.17.17" apply false }