From d1907c56c0c7fcb0ef9c392b9c957a129d3dcaa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:11:08 +0000 Subject: [PATCH] Bump org.sonarqube from 7.0.0.6105 to 7.0.1.6134 Bumps org.sonarqube from 7.0.0.6105 to 7.0.1.6134. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.0.1.6134 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9edaea7..301fdf8 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.diffplug.spotless' version '8.0.0'//code format id 'pmd' // code check, working on source code id 'com.github.spotbugs' version '6.4.4' // code check, working on byte code - id "org.sonarqube" version "7.0.0.6105" // sonarqube + id "org.sonarqube" version "7.0.1.6134" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined) id 'jacoco' // java code coverage plugin