From d96c6a33013bb93c1ac7c7585cc5d11bd7c0f9ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 07:45:33 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.12 --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 7e46faf18..9e3e404a5 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { // plugins implementation("io.github.gradle-nexus:publish-plugin:2.0.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.13.0") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.11") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.12") implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.5") // workaround to use libs in a precompiled script plugin.