From 5722bbcda4852513cc3b083a0693faa082b5015d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 09:55:11 +0000 Subject: [PATCH] chore(deps): bump org.sonarqube from 6.1.0.5360 to 6.2.0.5505 Bumps org.sonarqube from 6.1.0.5360 to 6.2.0.5505. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 6.2.0.5505 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 569d7115..13f137f3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'signing' id 'jacoco' id 'com.github.spotbugs' version '6.1.11' - id "org.sonarqube" version "6.1.0.5360" + id "org.sonarqube" version "6.2.0.5505" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }