From 8edf4f560c88ad0c47870828eafc681a32c1c4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:33:45 +0000 Subject: [PATCH] Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 Bumps org.sonarqube from 4.4.1.3373 to 5.0.0.4638. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f96855c..d629494 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'jacoco' id 'me.champeau.jmh' version '0.7.2' - id 'org.sonarqube' version '4.4.1.3373' + id 'org.sonarqube' version '5.0.0.4638' id 'com.diffplug.spotless' version '6.25.0' id 'maven-publish' id 'signing'