From f26cf6434f2721997f12ff4f572a71a14b0206f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:06:12 +0000 Subject: [PATCH] chore(deps): bump org.sonarqube from 4.3.1.3277 to 4.4.1.3373 Bumps org.sonarqube from 4.3.1.3277 to 4.4.1.3373. --- updated-dependencies: - dependency-name: org.sonarqube 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 8b86ff6bf..47b5fc5e1 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "com.github.ben-manes.versions" version "0.48.0" id "jacoco" - id "org.sonarqube" version "4.3.1.3277" + id "org.sonarqube" version "4.4.1.3373" id "io.github.gradle-nexus.publish-plugin" version "1.3.0" }