From 001252aa1d7068643e365b0a3d0c2449e85653ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:12:45 +0000 Subject: [PATCH] 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 ad994da..b8e901a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'java' id 'maven-publish' id "org.owasp.dependencycheck" version "8.4.0" - id "org.sonarqube" version "4.3.1.3277" + id "org.sonarqube" version "4.4.1.3373" } group 'com.docutools'