From 22a7b966e5a0f604cf8c67a968bcfaca86674359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:16:24 +0000 Subject: [PATCH] BAU: Bump org.sonarqube from 4.0.0.2929 to 5.1.0.4882 Bumps org.sonarqube from 4.0.0.2929 to 5.1.0.4882. --- 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 c3614fed..9a2d75dc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "idea" - id "org.sonarqube" version "4.0.0.2929" + id "org.sonarqube" version "5.1.0.4882" id "io.freefair.lombok" version "8.4" id "jacoco" id "jacoco-report-aggregation"