From ef772e56f9e8fdaa34cecba4556ec48de01fd837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:03:02 +0000 Subject: [PATCH] Bump name.remal.sonarlint from 1.5.0 to 3.0.7 Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 1.5.0 to 3.0.7. - [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases) - [Commits](https://github.com/remal-gradle-plugins/sonarlint/commits/v3.0.7) --- 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..b573cc0 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.7" } sourceCompatibility = JavaVersion.VERSION_17