From 850fd0857b94075958a6b09c748b11b692096e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:22:01 +0000 Subject: [PATCH] Bump org.sonarqube from 4.3.0.3225 to 4.4.0.3356 Bumps org.sonarqube from 4.3.0.3225 to 4.4.0.3356. --- 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 757e736..56c7924 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-library' id 'jacoco' id 'me.champeau.jmh' version '0.7.1' - id 'org.sonarqube' version '4.3.0.3225' + id 'org.sonarqube' version '4.4.0.3356' id 'com.diffplug.spotless' version '6.20.0' id 'maven-publish' id 'signing'