From d56bc6364e4790f6a95dc238664c2922bf8aaa69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:48:16 +0000 Subject: [PATCH] chore(deps): update plugin name.remal.sonarlint to v4.3.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 78a22510f..7d8c54a5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("io.spring.dependency-management") version "1.1.7" id("org.springframework.boot") version "3.4.1" id("com.gorylenko.gradle-git-properties") version "2.4.2" - id("name.remal.sonarlint") version "4.2.16" + id("name.remal.sonarlint") version "4.3.4" //id("nebula.lint") version "18.1.0" // this plugin doesn't (currently?) support Gradle kotlin: https://github.com/nebula-plugins/gradle-lint-plugin/issues/166 id("nu.studer.credentials") version "3.0" id("com.github.node-gradle.node") version "7.1.0"