From 53e16c0d3a5ac2da491aee97277283a7d2d13302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:12:05 +0000 Subject: [PATCH] Bump name.remal.sonarlint from 3.4.0 to 4.0.0 Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases) - [Commits](https://github.com/remal-gradle-plugins/sonarlint/compare/v3.4.0...v4.0.0) --- 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 1601f8e921..786577a2cd 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id "com.diffplug.spotless" version "6.25.0" id "org.sonarqube" version "4.4.1.3373" - id "name.remal.sonarlint" version "3.4.0" + id "name.remal.sonarlint" version "4.0.0" } group 'org.togetherjava'