From 28179c62062c8d603c5677db3854b63754ebe5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:00:51 +0000 Subject: [PATCH] Bump name.remal.sonarlint from 1.5.0 to 3.0.8 Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 1.5.0 to 3.0.8. - [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases) - [Commits](https://github.com/remal-gradle-plugins/sonarlint/commits/v3.0.8) --- 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..7787fb9 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.8" } sourceCompatibility = JavaVersion.VERSION_17