From 8fcf9858bcba688680b59a25d55d752cc6b0e27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:11:42 +0000 Subject: [PATCH] Build(deps): Bump org.sonarqube from 3.4.0.2513 to 5.0.0.4638 Bumps org.sonarqube from 3.4.0.2513 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 46594a0f..2cf40fee 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.GStringImpl plugins { id "idea" id "org.scoverage" version "8.0.3" apply false - id "org.sonarqube" version "3.4.0.2513" + id "org.sonarqube" version "5.0.0.4638" id "com.diffplug.spotless" version "6.12.1" apply false id "org.nosphere.apache.rat" version "0.8.0" id "com.github.maiflai.scalatest" version "0.32" apply false