From 4a9594b1b380a7a9cf02a50e262eea0683db473b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:58:22 +0000 Subject: [PATCH] Bump name.remal.sonarlint from 1.5.0 to 3.0.6 Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 1.5.0 to 3.0.6. - [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases) - [Commits](https://github.com/remal-gradle-plugins/sonarlint/commits/v3.0.6) --- updated-dependencies: - dependency-name: name.remal.sonarlint 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 93a5dc6..7fd346c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id "com.diffplug.spotless" version "6.0.5" - id "name.remal.sonarlint" version "1.5.0" + id "name.remal.sonarlint" version "3.0.6" } sourceCompatibility = JavaVersion.VERSION_17